views:

4369

answers:

4

So, we just bought the Iphone Development license, but we are looking for some good 3d/2d opengl es game tutorials.

Does anyone know any good tutorials for this?

Thank You

-Techy

+1  A: 

Please see my question: 3d Graphics Tutorials

ennuikiller
+1  A: 

Hello,

Here are some good tutorials on getting started with OpenGL ES for the iPhone.

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

This blog also has some tutorials converted to the OpenGL ES API from the NeHe OpenGL site, which is probably one of the best OGL sites around!

Okay, hope this helps. Good luck!

Edit:

Here's one more I forgot about:

http://web.me.com/smaurice/AppleCoder/iPhone_OpenGL/Archive.html

This really has some good content.

CalebHC
+1  A: 

I have learned the most for Jeff LaMarche's series, great stuff.
http://iphonedevelopment.blogspot.com/2009/05/opengl-es-from-ground-up-table-of.html

Jamey McElveen