Make Pong on android using OpenGL-ES
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
The Android dev guide. There are a few samples included in the documentation that cover the basics. Probably enough for pong.
https://gamedev.stackexchange.com/ might be a better site for game specific questions.
精彩评论