Difference between revisions of "Kivy"

From air
Jump to navigation Jump to search
(Created page with "http://kivy.org/ Kivy is an open source Python library for developing multitouch application software")
 
 
(3 intermediate revisions by 2 users 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 11: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

Project @ AIR