GithubHelp home page GithubHelp logo

timpickles / kivy-ios Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kivy/kivy-ios

0.0 2.0 0.0 91.06 MB

Toolchain for compiling Python / Kivy / others libraries for iOS

Home Page: http://kivy.org/docs/guide/packaging-ios.html

License: MIT License

D 88.11% IDL 0.01% Shell 0.52% C 10.34% C++ 0.54% Java 0.04% Perl 0.06% Objective-C 0.39% Python 0.01%

kivy-ios's Introduction

Kivy for IOS

(This is a work in progress.)

  1. Using brew, you can install dependencies:

    brew install autoconf automake libtool pkg-config mercurial
    brew link libtool
    brew link mercurial
  2. Install Cython:

    # easy-install method
    sudo easy_install cython
    
    # pip method if available (sudo might be needed.)
    pip install cython
  3. Build the whole toolchain with tools/build-all.sh
  4. Create an Xcode project for your application with tools/create-xcode-project.sh test /path/to/app
  5. Open your newly created Xcode project
  6. Ensure code signing is setup correctly
  7. Click on play

Notes

A build phase is added to the project that processes and moves your app's files to the Xcode project before every build. If you would like to handle this process manually, remove the "Run Script" build phase from your target and use tools/populate-project.sh /path/to/app after every change. You can also change the path to your app by modifying this build phase.

kivy-ios's People

Contributors

beanandbean avatar boonsnaibot avatar fictorial avatar hansent avatar kivmtest avatar olliwang avatar rogererens avatar splanquart avatar timpickles avatar tito avatar tonibagur avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.