kivy/examples/demo/kivycatalog
Dusty Phillips 4a4adfeaac Update the more or less pathetic help screen. 2012-10-17 19:32:12 -06:00
..
container_kvs
DroidSansMono.ttf
README
kivycatalog.kv Update the more or less pathetic help screen. 2012-10-17 19:32:12 -06:00
main.py Add a keybinding to the Kivy textarea to render when ctrl-S is pressed. 2012-10-17 19:26:10 -06:00

README

This is the Kivy Catalog viewer. It serves two purposes:

1. To showcase the various widgets available in Kivy
2. To allow interactive editing of Kivy language files
    to get immediate feedback as to how they work

To use it, you'll need to install Kivy and it's dependencies
a la http://kivy.org/docs/installation/installation.html Then run
python main.py and browse or edit widgets to your heart's content.

Known bugs:
* StackLayout is misbehaving
* The DropDown item I had tested completely crashes Kivy
* Scatter seems to do some weird translation on multitouch. This is probably an Accordion related bug
* The GridLayout example could use some extra features
* If you try to start the app with focused set to true, weird stuff happens.
    but it works fine if you set focused to true and press render.
* Video playback doesn't work for me, but this may be a dependency issue
* Popups are displayed inline
* Some widgets are still missing