Skip to content

Commit f82c394

Browse files
committed
Added Kivy
1 parent 50f1724 commit f82c394

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

docs/scenarios/gui.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,13 @@ feel on all platforms.
5454
There's a good multi-language Tk tutorial with Python examples at
5555
`TkDocs <http://www.tkdocs.com/tutorial/index.html>`_. There's more information
5656
available on the `Python Wiki <http://wiki.python.org/moin/TkInter>`_.
57+
58+
Kivy
59+
----
60+
Kivy is a Python library for development of multi-touch enabled media rich applications. The aim is to allow for quick and easy interaction design and rapid prototyping, while making your code reusable and deployable.
61+
62+
Kivy is written in Python, based on OpenGL and supports different input devices such as: Mouse, Dual Mouse, TUIO, WiiMote, WM_TOUCH, HIDtouch, Apple's products and so on.
63+
64+
Kivy is actively being developed by a community and free to use. It operates on all major platforms (Linux, OSX, Windows, Android).
65+
66+
The main resource for information is the website: http://kivy.org

0 commit comments

Comments
 (0)