Hi Michael, On 24/05/12 12:45 , michael kapelko wrote: > I was thinking about iOS recently and decided to ask you, if you coded > those apps in C++ or Obj-C? I heard you need to write Obj-C on iOS?
You can mix C, C++ and ObjC on iOS. So the meat of your app could be in C++ talking to OSG and the UIKit stuff can be in ObjC. Cheers, /ulrich _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

