Ejecta is a fast, open source JavaScript, Canvas & Audio implementation for iOS. Think of it as a Browser that can only display a Canvas element.
More info & Documentation: http://impactjs.com/ejecta
Ejecta is published under the MIT Open Source License.
- Create a folder called
App
within this XCode project - Copy your canvas application into the
App
folder - Ensure you have at least 1 file named
index.js
- Build the XCode project
For an example application, copy ./index.js
into the App
folder