kivy/README

88 lines
2.4 KiB
Plaintext
Raw Normal View History

+++ Kivy +++
2010-11-03 21:05:03 +00:00
Innovative User Interfaces Made Easy
http://kivy.org/
2010-11-03 21:05:03 +00:00
Introduction
------------
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.
2010-11-03 21:05:03 +00:00
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.
2010-11-03 21:05:03 +00:00
Kivy is actively being developed by a community and free to use. It operates on
all major platforms (Linux, OSX, Windows, Android).
2010-11-03 21:05:03 +00:00
/!\ The main resource for information is the website: http://kivy.org
2010-11-03 21:05:03 +00:00
Installation, Documentation, Examples
-------------------------------------
2010-11-03 21:05:03 +00:00
Extensive installation instructions as well as tutorials and general
documentation, including an API reference can be found at:
2010-11-03 21:05:03 +00:00
http://kivy.org/#documentation
2010-11-03 21:05:03 +00:00
An offline version in PDF format is also available.
Kivy ships with a bunch of examples that can be found in the examples/ folder.
2010-11-03 21:05:03 +00:00
2011-03-29 20:57:30 +00:00
About 1.0 beta
---------------
2010-11-03 21:05:03 +00:00
2011-03-29 20:57:30 +00:00
This is beta, so keep in mind that it might not work as intended at all times.
You can post bug reports and feature requests on our Google Project page:
2010-11-03 21:05:03 +00:00
http://code.google.com/p/kivy/issues/list
2010-11-03 21:05:03 +00:00
If you need assistance, you can ask for help on our mailing list:
2010-11-03 21:05:03 +00:00
* Google Group : http://groups.google.com/group/kivy-dev
* Email : kivy-dev@googlegroups.com
2010-11-03 21:05:03 +00:00
We also have an IRC channel (expect responses mostly in the day hours of CET):
2010-11-03 21:05:03 +00:00
* Server : irc.freenode.net
* Channel : #kivy
2010-11-03 21:05:03 +00:00
Other Python/MT resources
-------------------------
pymt.eu
^^^^^^^
Experimental Python toolkit for multitouch development.
2010-11-03 21:05:03 +00:00
Now deprecated in favour of Kivy.
See http://kivy.org/docs/faq.html#how-is-kivy-related-to-pymt
2010-11-03 21:05:03 +00:00
movid.org
^^^^^^^^^
Another vision tracking system we are working on. Can be used to give life to
DIY multitouch hardware.
2010-11-03 21:05:03 +00:00
nuigroup.com
^^^^^^^^^^^^
THE resource and research community for open source multi touch and other
natural user interfaces.
License
-------
- Kivy is licensed under the terms of the LGPL 3, check the COPYING file.
- The provided fonts DroidSans.ttf and DroidSansMono.ttf are licensed under
the terms of the Apache 2.0 License. The license can be found at
http://www.apache.org/licenses/LICENSE-2.0
- The current UI design has been adapted from Moblintouch theme's SVGs, licensed
under the terms of the LGPL 2.1.