Open source UI framework written in Python, running on Windows, Linux, macOS, Android and iOS
Go to file
Mathieu Virbel 112b00a2d9 rework setup.py to make android build been able to generate cython itself 2011-04-27 14:12:58 +02:00
doc doc: add how to package a kivy app into apk for android (tool released!) 2011-04-22 16:24:47 +02:00
examples doc: move firstwidget examples in examples/guide 2011-04-22 12:17:43 +02:00
kivy Merge branch 'master' of ssh://github.com/tito/kivy into android-support 2011-04-26 00:51:31 +02:00
.gitignore OSX build: Only download deps if SHA1 hash changed 2011-02-13 16:09:37 +01:00
AUTHORS docs: Add Licensing info, reword windows installation and some further fixes and optimizations 2011-03-16 20:18:07 +01:00
COPYING kivy: first import 2010-11-03 17:05:03 -04:00
MANIFEST.in add pxd in MANIFEST... 2011-02-01 01:58:42 +01:00
Makefile setup: add pxd in extensions to help a little about compilation when a deps change. Closes #66 2011-04-23 18:08:31 +02:00
README bump to 1.0.4-beta 2011-03-29 22:57:30 +02:00
setup.cfg remove inclusive cover, or nosetest will failed. 2011-01-21 00:06:02 +01:00
setup.py rework setup.py to make android build been able to generate cython itself 2011-04-27 14:12:58 +02:00

README

				+++ Kivy +++

	            Innovative User Interfaces Made Easy
		             http://kivy.org/



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.

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.

Kivy is actively being developed by a community and free to use. It operates on
all major platforms (Linux, OSX, Windows, Android).

/!\ The main resource for information is the website: http://kivy.org


Installation, Documentation, Examples
-------------------------------------

Extensive installation instructions as well as tutorials and general
documentation, including an API reference can be found at:

  http://kivy.org/#documentation

An offline version in PDF format is also available.
Kivy ships with a bunch of examples that can be found in the examples/ folder.


About 1.0 beta
---------------

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:

  http://code.google.com/p/kivy/issues/list

If you need assistance, you can ask for help on our mailing list:

  * Google Group : http://groups.google.com/group/kivy-dev
  * Email        : kivy-dev@googlegroups.com

We also have an IRC channel (expect responses mostly in the day hours of CET):

  * Server  : irc.freenode.net
  * Channel : #kivy


Other Python/MT resources
-------------------------

pymt.eu
^^^^^^^

Experimental Python toolkit for multitouch development.
Now deprecated in favour of Kivy.
See http://kivy.org/docs/faq.html#how-is-kivy-related-to-pymt

movid.org
^^^^^^^^^

Another vision tracking system we are working on. Can be used to give life to
DIY multitouch hardware.

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.