|
|
|
|
- app_with_build.py
- app_with_kv.py
- app_with_kv_in_template1.py
|
|
|
- bezier.py
- canvas_stress.py
- mesh.py
- multitexture.py
- stencil_canvas.py
|
- How to draw
Bezier Lines
- Stress test
Canvas
- How to use the
Mesh in kivy
- How to handle multiple textures with a
Shader
- How to use the
Stencil
on the widget canvas
|
|
|
- A puzzle using the
Camera output
|
|
|
|
- ./examples/demo/shadereditor
|
|
|
- ../examples/demo/showcase
|
|
|
- ./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
|
|
|
|
|
- ./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
|
|
|
|
|
- How to use the kinect for input
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- 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
|
|
- ./examples/widgets/sequenced_images:
|
|
- Showcase usage of sequenced images using
gifs and images in .zip file
|