views:

195

answers:

2

I am interested in learning how to program game graphics for iPhone OS (3.x and beyond...). Can anyone recommend (based on personal experience) good books/websites that deal specifically with Quartz/OpenGL ES programming.

Thanks.

+1  A: 

http://iphonedevelopment.blogspot.com/ <- look back to 2009 for more OpenGL posts

Pestilence
I've seen this blog before. Would you please give me a ballpark link so I can poke around from there? Books are actually preferred for em, by the way.
Moshe
Try this: http://iphonedevelopment.blogspot.com/2009/04/opengl-es-from-ground-up-part-1-basic.htmlBooks are for chumps, BTW (IMHO) :)
Pestilence
@Pestilence -Books are for people with unreliable internet ;)
Moshe
+1  A: 

Here are the most useful bookmarks I used when learning OpenGL:ES.

"18 OpenGL ES Resources That You Must Know!" - the best meta-list I could find.

The Categorized OpenGL ES Tutorial Collection - the best tutorial list I could find.

OpenGL ES from the Ground Up - the best step-by-step tutorial I could find.

And for reference...

Apple openGL:ES guide for iPhone (requires login)

OpenGL ES 1.1 Reference Pages

OpenGL ES 2.0 Reference Pages

Hope it helps. Good luck!

Mike Howard