Toolchain for compiling Python / Kivy / other libraries for iOS
Find a file
2012-03-08 18:05:47 +01:00
app update main.m to use pyo instead of py, avoid kivy logging, config, and use sdl for audio. 2012-02-25 15:51:34 +01:00
python_files wip 2011-12-06 10:49:14 +01:00
SDL remove sdl debug 2012-02-25 15:47:28 +01:00
templates first part of cleaning 2012-03-08 18:05:47 +01:00
tools first part of cleaning 2012-03-08 18:05:47 +01:00
.gitignore update main.m to use pyo instead of py, avoid kivy logging, config, and use sdl for audio. 2012-02-25 15:51:34 +01:00
README.rst Add a little README file 2011-12-06 18:18:42 +01:00

Kivy for IOS
============

(This is a work in progress.)

#. Build the whole toolchain with ./build_all.sh
#. Copy your kivy/python application inside app/YourApp (the main.py must end in app/YourApp/main.py)
#. Open Xcode, and select the app/iOS-python-test.xcodeproj project
#. Click on Run