kivy/examples/demo/kivycatalog
Dusty Phillips d2abb51519 Remove TODO 2012-10-22 21:47:58 -06:00
..
container_kvs Make stack layout more representative 2012-10-22 21:47:32 -06:00
DroidSansMono.ttf Add a new showcase example that allows interactive editing of Kivy language code to see how it affects the widgets. 2012-10-16 16:42:40 -06:00
README Remove TODO 2012-10-22 21:47:58 -06:00
kivycatalog.kv Make the text area a fixed width to give more room to demo results 2012-10-17 21:58:11 -06:00
main.py Set a default size of 1024x768 on the window. 2012-10-18 15:29:42 -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:
* The DropDown item I had tested completely crashes Kivy
* 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