-2

Mainly I learned how to develop Android applications, but now I want to know how to make high resolution games, so does someone have a good book or a video that teaches OpenGL?

jcora
  • 7,877
  • 4
  • 49
  • 84

1 Answers1

1

I would recommend you to start with this tutorial. It's directed especially for OpenGL on Android, but it's using old OpenGL ES, so when you understand it then you should learn OpenGL ES2.

Few tutorials for OpenGL ES2:

kravemir
  • 1,657
  • 13
  • 23
  • i gone around the pages in the pro OPENGL ES for android book but i saw in the end u do only spining earth picture , so how can i develop an app which does graphic display like angry birds , fruit ninja and some thing else like that? – user1494675 Jul 14 '12 at 13:54
  • You can do them if you fully understand OpenGL rendering. Then you will be able to make good games. Another option is to use game engine. – kravemir Jul 14 '12 at 14:21