|
|
|
|
- app_with_build.py
- app_with_kv.py
- app_with_kv_in_template1.py
|
- Application example using build()
- Application from a .kv
- Application from a kv_directory
|
|
- bezier.py
- canvas_stress.py
- mesh.py
- multitexture.py
- stencil_canvas.py
|
- How to draw Bezier Lines
- Stress test Canvas
- How to use Mesh in kivy
- How to handle multiple textures with shader
- How to use Stencil on widget canvas
|
|
|
|
|
|
|
- ./examples/demo/shadereditor
|
|
- How to use fragment and vertex shaders
|
- ../examples/demo/showcase
|
|
- Showcase of widgets and layouts used in kivy
|
- ./examples/demo/touchtracer
|
|
- Draw lines under every detected touch
- A good place to understand how touch events work in kivy
|
- ./examples/frameworks/twisted
|
- echo_client_app.py
- echo_server_app.py
|
|
|
|
- A clean board to try out gestures
|
- ./examples/guide/designwithkv
|
|
|
- ./examples/tutorials/firstwidget
|
- 1_skeleton.py
- 2_print_touch.py
- 3_draw_ellipse.py
- 4_draw_line.py
- 5_random_colors.py
- 6_button.py
|
|
- ./examples/guide/quickstart
|
|
- Programming Guide example
|
|
|
- How to use kinect for input
|
|
|
- Load kv files, use kv lang to load different widgets
|
|
|
|
|
|
- How to use different Shaders
|
|
- accordion_1.py
- asyncimage.py
- boxlayout_pos_hint.py
- bubble_test.py
- customcollide.py
- fbowidget.py
- image_mipmap.py
- keyboardlistener.py
- label_mipmap.py
- label_with_markup.py
- popup_with_kv.py
- rstexample.py
- scatter.py
- screenmanager.py
- scrollview.py
- spinner.py
- tabbedpanel.py
- tabbed_panel_showcase.py
- textalign.py
- textinput.py
- unicode_textinput.py
- videoplayer.py
|
- Usage and showcase of Accordion Widget
- Usage and showcase of AsyncImage Widget
- Showcase of pos_hint under BoxLayout
- Usage and Showcase of Bubble Widget
- Test for collision with custom shaped widget
- Usage of FBO to speed up graphics
- How to use Image widget with mipmap
- Listen to the keyboard input and spew result to console
- How to use Label widget with
- Usage of Label widget with markup
- Usage of Popup widget with kv language
- Usage and showcase of RstDocument Widget
- Usage and showcase of Scatter Widget
- Usage and showcase of ScreenManager Module
- Usage and showcase of ScrollView Widget
- Usage and showcase of Spinner Widget
- Usage of a simple TabbedPanel
- Advanced showcase of TabbedPanel
- Usage of text alignment in Label widget
- Usage and Showcase of TextInput Widget
- Showcase of unicode text in TextInput Widget
- Usage and options of VideoPlayer Widget
|
- ./examples/widgets/sequenced_images:
|
|
- Showcase usage of sequenced images: gif, images in .zip
|