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
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
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
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.