Open source UI framework written in Python, running on Windows, Linux, macOS, Android and iOS
Go to file
Mathieu Virbel 2d3142fcad sdl2: ignore generated .c 2013-08-23 10:35:06 +02:00
doc doc: closes #1441 2013-08-15 10:48:02 +02:00
examples screenmanager: add a new ScreenManager.switch_to method to add the screen into children, set transition options, do the switch, and remove the previous screen. It also handle name conflict. closes #573, #1045 2013-08-14 10:36:21 +02:00
kivy sdl2: support for text rendering 2013-08-23 10:33:42 +02:00
.gitattributes Adds recommended line normalization 2012-12-21 13:53:24 -05:00
.gitignore sdl2: ignore generated .c 2013-08-23 10:35:06 +02:00
.travis.yml test travis with xvfb 2012-10-23 16:21:59 +02:00
AUTHORS update AUTHORS 2013-04-01 18:26:28 +02:00
CONTRIBUTING.md Github: add CONTRIBUTING.md 2012-09-18 02:06:50 +05:30
LICENSE remove license header 2013-08-01 17:03:46 +02:00
MANIFEST.in update MANIFEST.in 2013-08-04 15:57:34 +02:00
Makefile graphics: batch deletion of framebuffers/renderbuffers/buffers in one call, using python array module and cython array pointers. Need cython 0.17 minimum, and full recompilation. 2013-04-19 11:18:18 +02:00
README.rst Change license from LGPL 3 to MIT 2013-08-01 16:29:23 +02:00
setup.cfg remove inclusive cover, or nosetest will failed. 2011-01-21 00:06:02 +01:00
setup.py sdl2: support for text rendering 2013-08-23 10:33:42 +02:00

README.rst

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/docs/

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


Support
-------

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
-------------------------

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.


Licenses
--------

- Kivy is licensed under the terms of the MIT, check the LICENSE 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.