Do you know a good tutorial about OpenGL ES 2.0?
I'm going to use it with Android and C++.
Thanks.
|
Do you know a good tutorial about OpenGL ES 2.0? I'm going to use it with Android and C++. Thanks.
| |||||||||||||
feedback
|
|
I know that you're looking for tutorials that target Android, but the core concepts are the same on iPhone. Therefore, the iPhone 3D Programming book by Philip Rideout that Cosmin mentions is a great resource. The author even favors C++ in his examples throughout, so the code should be fairly portable. Beyond that, I highly recommend Jeff LaMarche's recent posts on OpenGL ES 2.0, where he's pasting chapters from his unwritten book on the topic. His most recent one can be found here. Chris Greening started porting the NeHe examples to OpenGL ES 2.0, and a listing of those writeups can be found here. Finally, I recently taught a class on OpenGL ES 2.0 as part of my advanced iOS development course. The notes from that class can be downloaded here (in VoodooPad format), and the video for it can be downloaded for free from iTunes U. | |||||||
feedback
|
|
A nice book about OpenGL ES 2 is OpenGL(R) ES 2.0 Programming Guide. It presents quite well the vertex and fragment shader programming with GLSL language. I would also recommend the iPhone 3D Programming. | |||
|
feedback
|
|
I'm also new to OpenGl-ES but I find this documment (following link) very practical: High-End 3D Graphics with OpenGL ES 2.0 http://cache.freescale.com/files/dsp/doc/app_note/AN3994.pdf Also, I printed this out and posted it near my computer. It's a 4 pages Quick Reference Card: http://www.khronos.org/opengles/sdk/docs/reference_cards/OpenGL-ES-2_0-Reference-card.pdf | ||||
|
feedback
|
|
I liked the NeHe tutorials - http://insanitydesign.com/wp/projects/nehe-android-ports/ | |||||
feedback
|
|
It hasn't been mentioned yet but if you are completely new to OpenGL you should also check out the OpenGL Superbible 5th Edition. It doesn't cover specifically OpenGL ES 2.0 but it contains a chapter on OpenGL ES for iPhone(which should be similar to the code for the Android NDK) and most of the rest of the book ports almost directly to OpenGL ES as it sticks to the new OpenGL pipeline. | |||
|
feedback
|