IPhone: where to start learning OpenGL ES for basic 2D drawing?

All I want is a really simple basic 2D drawing for example. rectangles, circles, paths, curves, beziers, etc. I don't need all the 3D meshes with all this texturing and lighting. Is there a good learning resource for getting started programming quickly just for fun?

+2


a source to share


3 answers


I agree with Hetal: get the OpenGL book. But if you don't like this tip, check it out on Amazon. This can help you get started programming games on iPhone. It also has links to other books that you can also purchase from Amazon. http://www.amazon.com/OpenGL-ES-Game-Development/dp/1592003702



Another option is of course using google to find OpenGL ES tutorials like this one: http://iphonedevelopment.blogspot.com/2009/05/opengl-es-from-ground-up-table-of.html

+3


a source


The Red Book for Open GL is a good starting point for learning about Open GL. You can get it online. Just google.



+3


a source


Also don't miss the Jeff LaMarches OpenGL ES for iPhone Tutorial.

+2


a source







All Articles