Make Pong on android using OpenGL-ES
- by brainydexter
I am trying to make a simple pong game using opengl-es. I have checked out some of the tutorials/samples, but most of them are pre-dated to 2009.
I am familiar with game programming, and consider pong to be the hello-world!
Right now, I intend to make it using their supplied SDK (2.3), but eventually I want to make it in NDK, so I can port my other work to android.
Would anyone have a good reference for a starting point ?
Thanks