Skip to content

Update toolchain.rst #283

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 15, 2014
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions docs/source/toolchain.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,17 @@ compared to other projects.

.. note::

For the moment, we are shipping only one "java bootstrap" needed for
decompressing all the files of your project, create an OpenGL ES 2.0
surface, handle touch input and manage an audio thread.
For the moment, we are shipping only one "java bootstrap" (needed for
decompressing your packaged zip file project, create an OpenGL ES 2.0
surface, handle touch input and manage an audio thread).

If you want to use it without kivy module (an opengl es 2.0 ui toolkit),
then you might want a lighter java bootstrap, that we don't have right now.
Help is welcome :)

So for the moment, Python for Android can only be used with the kivy GUI toolkit:
http://kivy.org/#home


How does it work ?
------------------
Expand All @@ -41,6 +45,7 @@ So for a simple ui project, the first step is to compile Python + Kivy + all
others libraries. Then you'll have what we call a "distribution".
A distribution is composed of:

- Python
- Python libraries
- All selected libraries (kivy, pygame, pil...)
- A java bootstrap
Expand Down