Skip to content

ddnn55/p2iOS

 
 

Repository files navigation

p2iOS

a Processing.org to iOS converter, with openFrameworks inside (dun DUN dun DUN!) based on processing.js originally by John Resig.

About p2iOS

Usage

Get the code:

git clone git://github.com/gimlids/p2iOS.git
git checkout develop-processingcc

Install Mozilla SpiderMonkey JSShell for command-line JavaScript using brew OS X package manager:

brew install spidermonkey

Convert a Processing .pde file to an Objective-C++ file suitable for use with the p2iOS runtime:

./p2iOS.sh my_sketch.pde > my_sketch.mm

Finally (not yet implemented), add my_sketch.mm, p2iOS.h, and openFrameworks to your Xcode iOS project.

About

A Processing to iOS converter

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 98.7%
  • JavaScript 1.3%