views:

132

answers:

1

Is it feasible to use OpenGL ES to create an iPhone raster graphics editor like SketchBook Mobile(http://usa.autodesk.com/adsk/servlet/pc/item?siteID=123112&id=13872203)? Any related reference(tutorial, sample) you can recommend?

Why I try to use OpenGL ES? Because it's hardware accelerated and cross-platform.

Thanks in advance!

+1  A: 

Apple's own GLpaint sample app might be a good starting point.

Ole Begemann