We used OpenSoundControl on an Ipad(TouchOSC) to control environment within OF.
to program the OF part we used the following Add-ons examples: oscReceiveExample: communication between IPad and OF through internet connection.
assimpExample: contained 3d model of walking little man.
and the sphereTextureExample from "https://sites.google.com/site/ofauckland/examples/12-textured-sphere-example": rotating sphere with image of earth stuck to it.
To use OSC on Ipad we used TouchOSC and TouchOSC Editor for IOS to program the Ipad to have the input we wanted/needed.
our functionality:
Ipad sends data messages to OF through OSC to:
change background color values RGB,
control rotation sphere both speed and direction,
have the little man start and stop walking,
to pivot the little man to control direction of walking. Le Petit Prince Our OpenFrameworks project
We used several examples which we modified and merged to get the final project.
Fun fact the imagery for the project was inspired by "Le Petit Prince"
the xcode folder and custom TouchOSC Ipad scheme:
"http://dl.dropbox.com/u/14713932/NMNT%20OFProject.zip"
video of project running though local network:
"http://dl.dropbox.com/u/14713932/NMNTOF%20Ahmed%2BTerrence.MOV"