Toolchain for compiling Python / Kivy / other libraries for iOS
app | ||
python_files | ||
SDL | ||
.gitignore | ||
biglink | ||
build_all.sh | ||
build_freetype.sh | ||
build_kivy.sh | ||
build_python.sh | ||
build_sdl.sh | ||
build_sdlttf.sh | ||
clean_python.sh | ||
environment.sh | ||
liblink | ||
README.rst | ||
reduce_python.sh |
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