2011-01-29 20:17:05 +00:00
|
|
|
:orphan:
|
|
|
|
|
2012-07-28 07:46:38 +00:00
|
|
|
|
2010-12-21 01:13:06 +00:00
|
|
|
Welcome to Kivy
|
|
|
|
===============
|
2010-11-03 21:05:03 +00:00
|
|
|
|
2013-05-28 20:14:44 +00:00
|
|
|
Welcome to Kivy's documentation. Kivy is an open source software library for the
|
|
|
|
rapid development of applications equipped with novel user interfaces, such as
|
2011-01-02 16:34:18 +00:00
|
|
|
multi-touch apps.
|
2011-01-10 23:13:28 +00:00
|
|
|
|
2013-03-20 03:40:45 +00:00
|
|
|
We recommend that you get started with :doc:`/gettingstarted/index`. Then head
|
2013-06-07 22:07:09 +00:00
|
|
|
over to the :ref:`guide-index`. We also have :ref:`quickstart` if you are
|
2013-05-28 20:14:44 +00:00
|
|
|
impatient.
|
2011-01-10 23:13:28 +00:00
|
|
|
|
2013-02-21 18:22:58 +00:00
|
|
|
You are probably wondering why you should be interested in using Kivy. There is
|
2013-05-28 20:14:44 +00:00
|
|
|
a document outlining our :ref:`philosophy` that we encourage you to read, and a
|
2013-03-20 03:40:45 +00:00
|
|
|
detailed :ref:`architecture`.
|
2010-11-03 21:05:03 +00:00
|
|
|
|
2013-05-28 20:14:44 +00:00
|
|
|
If you want to contribute to Kivy, make sure to read :ref:`contributing`. If
|
|
|
|
your concern isn't addressed in the documentation, feel free to :ref:`contact`.
|
2011-01-29 21:22:31 +00:00
|
|
|
|
2011-01-29 19:21:36 +00:00
|
|
|
.. include:: contents.rst.inc
|
|
|
|
|
2011-03-16 15:04:34 +00:00
|
|
|
Appendix
|
|
|
|
========
|
2010-11-03 21:05:03 +00:00
|
|
|
|
2011-03-16 19:18:07 +00:00
|
|
|
The appendix contains licensing information and an enumeration of all the
|
2013-02-21 18:22:58 +00:00
|
|
|
different modules, classes, functions and variables available in Kivy.
|
2011-03-16 19:18:07 +00:00
|
|
|
|
|
|
|
License
|
|
|
|
-------
|
|
|
|
|
2013-08-01 14:29:23 +00:00
|
|
|
Kivy 1.7.2 and 1.8 are now under MIT License. Previous version are still under
|
|
|
|
LGPL 3 license.
|
|
|
|
|
|
|
|
Kivy is released under the terms of the MIT License. You should have received
|
|
|
|
a copy of the MIT alongside your Kivy distribution. See the file LICENSE in the
|
|
|
|
Kivy root folder. An online version of the license can be found at:
|
|
|
|
|
|
|
|
https://github.com/kivy/kivy/blob/master/LICENSE
|
2011-03-16 19:18:07 +00:00
|
|
|
|
2013-05-28 20:14:44 +00:00
|
|
|
In a nutshell, the license allows you to use Kivy in your own projects
|
2013-02-21 18:22:58 +00:00
|
|
|
regardless of whether they are open source, closed source, commercial or free.
|
2013-08-01 14:29:23 +00:00
|
|
|
Even if the license doesn't require it, we would really appreciate when you
|
|
|
|
make changes to the Kivy sourcecode **itself**, share those changes with us!
|
2011-03-16 19:18:07 +00:00
|
|
|
|
|
|
|
For a list of authors, please see the file AUTHORS that accompanies the
|
2013-08-01 14:29:23 +00:00
|
|
|
Kivy source code distribution (next to LICENSE).
|
2011-03-16 19:18:07 +00:00
|
|
|
|
|
|
|
|
2014-08-03 10:04:53 +00:00
|
|
|
Kivy -- Copyright 2010-2014, The Kivy Authors. All rights reserved.
|
2010-11-03 21:05:03 +00:00
|
|
|
|