File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed
Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff 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
3236How does it work ?
3337------------------
@@ -41,6 +45,7 @@ So for a simple ui project, the first step is to compile Python + Kivy + all
4145others libraries. Then you'll have what we call a "distribution".
4246A distribution is composed of:
4347
48+ - Python
4449- Python libraries
4550- All selected libraries (kivy, pygame, pil...)
4651- A java bootstrap
You can’t perform that action at this time.
0 commit comments