tags:

views:

881

answers:

4

Hi, I am planning to make a 2D game on iphone. Is there any tutorial for getting started with opengl 2D example for iphone specially how to animate a sprites and draw tile map. Any other beginners tutorial is also welcome.

Thank you in advance

+1  A: 

There's a long tutorial on Open GL on Jeff LaMarche's blog.

http://iphonedevelopment.blogspot.com/2009/05/opengl-es-from-ground-up-table-of.html

nevan
+1  A: 

And very definitely check out Cocos2D for iPhone as part of your due diligence.

If you want a sprited 2D game, learning GL and writing an engine yourself from scratch is not necessarily the most time-efficient way to go about it, despite being an awesome learning experience.

quixoto
A: 

I agree with @quixoto. Check out Cocos2d.

zooropa