Skip to content

Commit 1f7f23f

Browse files
author
jdruiter
committed
Update toolchain.rst
1 parent 51d961e commit 1f7f23f

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

docs/source/toolchain.rst

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,17 @@ compared to other projects.
2121

2222
.. note::
2323

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

2828
If you want to use it without kivy module (an opengl es 2.0 ui toolkit),
2929
then you might want a lighter java bootstrap, that we don't have right now.
3030
Help is welcome :)
31+
32+
So for the moment, Python for Android can only be used with the kivy GUI toolkit:
33+
http://kivy.org/#home
34+
3135

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

48+
- Python
4449
- Python libraries
4550
- All selected libraries (kivy, pygame, pil...)
4651
- A java bootstrap

0 commit comments

Comments
 (0)