tags:

views:

692

answers:

1

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