Open source UI framework written in Python, running on Windows, Linux, macOS, Android and iOS
Go to file
Thomas Hansen 83ea2e07de add some new ContextInstruction usefull for 3D rendering:
- PushState, ChangeState, PopState (like PushMatrix etc. but for any state/uniform)
  - ScaleXYZ (non uniform scale on all 3 axis)
  - UpdateNormalMatrix (set uniform 'normal_mat' based on current modelview_mat)
  - ApplyContextMatrix (multiply a current matrix by one from another matrix stack in context)
  - LoadIdentity (loads identity matrix)
  - all Matrixinstructions now als have 'stack' property to allow using multiple different kind of matrices.
2012-12-18 17:08:57 -06:00
doc remove unnecessary indentation in pong tutorial 2012-12-10 11:28:22 +01:00
examples Revert "revert premature removing of Factory usage in tutorial" 2012-12-10 11:26:48 +01:00
kivy add some new ContextInstruction usefull for 3D rendering: 2012-12-18 17:08:57 -06:00
.gitignore update gitignore 2011-11-29 17:58:17 +01:00
.travis.yml test travis with xvfb 2012-10-23 16:21:59 +02:00
AUTHORS docs: Add Licensing info, reword windows installation and some further fixes and optimizations 2011-03-16 20:18:07 +01:00
CONTRIBUTING.md Github: add CONTRIBUTING.md 2012-09-18 02:06:50 +05:30
COPYING kivy: first import 2010-11-03 17:05:03 -04:00
MANIFEST.in add atlas files in setup/manifest 2012-01-22 21:00:58 +01:00
Makefile Merge branch 'master' of ssh://github.com/kivy/kivy into ios-support 2012-08-11 02:49:40 +02:00
README.rst put README to rst compatible 2012-01-04 01:06:55 +01:00
setup.cfg remove inclusive cover, or nosetest will failed. 2011-01-21 00:06:02 +01:00
setup.py setup.py: fix duplicated code merged from ios-support 2012-12-09 15:14:51 +01: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 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.