|
|
|
|
- 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/guide/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
|
|
|
|
|
- Howto 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 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
- Useage of Label widget with markup.
- Useage of Popup widget with kv language
- Usage and Showcase of RstDocument Widget.
- Usage and Showcase of Scatter Widget.
- Usage and showase 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.
|