My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members
Links

MOVE TO GITHUB

Along with the openFrameworks core, ofxiPhone development has now shifted to github and can be found at http://github.com/openframeworks/openFrameworks . ofxMultitouch is now obsolete (cross platform multitouch API has been included in OF core) and ofxAccelerometer is also on github.

The source + library found here on google code is very out of date and will not be updated (unless we decide to do a script to pull in from github, but not sure if we'll bother).


ofxiPhone is an addon for openFrameworks 006+ to allow it to run on iPhone and iPod Touch. You do not need a modified version of openFrameworks, just the latest version (minimum 006+) from http://www.openframeworks.cc (make sure you download the iphone package. Even though the openFrameworks core is identical on all platforms, they require different libraries on different platforms).

The project was developed by Memo Akten, Lee Byron, Zach Gage and Damian Stewart in coodination with the core OF team (Zach Lieberman, Theo Watson and Arturo Castro).

openFrameworks 006+ is fully openGL ES compatible and while by default it is dependent on glut, it has a glut abstraction architecture in place, which allows developers to remove dependency on glut, and plug in replacement classes to handle communication with any OS, windowing system, event callbacks etc. - effectively adding a layer between the OS and openFrameworks without modifying the openFrameworks core. ofxiPhone fills in that gap between openFrameworks 006+ and iPhone OS (v2.0+).

Powered by Google Project Hosting