Kivy: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
[http://kivy.org/ Kivy] is an open source Python library for developing multitouch application software |
[http://kivy.org/ Kivy] is an open source Python library for developing multitouch application software |
||
''Kivy runs on Linux, Windows, OS X, Android and iOS. You can run the same code on all supported platforms. |
|||
It can use natively most inputs, protocols and devices including [[WM_Touch]], [[WM_Pen]], [[Mac OS X Trackpad]] and [[Magic Mouse]], [[Mtdev]], [[Linux Kernel HID]], [[TUIO]]. A multi-touch mouse simulator is included.'' |
|||
Kivy ncludes also : [[GStreamer]], [[FFMPEG]] |
|||
===Example=== |
|||
* Kaleidoscope (Erasme) |
|||
** http://www.erasme.org/kaleidoscope-1593 |
|||
** https://github.com/tito/Kaleidoscope/ |
|||
==Project @ AIR== |
|||
* [[Serious Game: Handicap, parole et geste]] (2014) |
Latest revision as of 09:49, 10 April 2014
Kivy is an open source Python library for developing multitouch application software
Kivy runs on Linux, Windows, OS X, Android and iOS. You can run the same code on all supported platforms. It can use natively most inputs, protocols and devices including WM_Touch, WM_Pen, Mac OS X Trackpad and Magic Mouse, Mtdev, Linux Kernel HID, TUIO. A multi-touch mouse simulator is included.
Kivy ncludes also : GStreamer, FFMPEG
Example
- Kaleidoscope (Erasme)