I would like to being OpenGL programming for mobile phones such as iPhone, Java ME and Android. Are there any good beginner tutorials to start with?
+4
A:
The nehe tutorials are really good and provide simple step by step instruction on learning OpenGL in general. Here's the OpenGL ES website which provides a more in-depth explanation of the mobile versions of OpenGL which are used by Android
indy
2009-07-31 10:39:18
-1: OpenGL ES is a subset of OpenGL, which makes most of the tutorials from the nehe site unusable. The second link is not really for beginners.
Alex Reynolds
2009-08-10 12:14:58
Only downside to NeHe's tutorials are that they use some obsolete features in OpenGL. It's not a huge problem, since you can still use them if you can find the old libraries, but you should be aware that most examples are a decade old and doesn't always use the best practices of today. It's still a good place to start however.
Sir Oddfellow
2009-08-12 16:27:31