简体   繁体   English

使用OpenGL-ES在Android上制作Pong

[英]Make Pong on android using OpenGL-ES

I am trying to make a simple pong game using opengl-es. 我正在尝试使用opengl-es做一个简单的pong游戏。 I have checked out some of the tutorials/samples, but most of them are pre-dated to 2009. 我已经检查了一些教程/样本,但其中大多数都早于2009年。

I am familiar with game programming, and consider pong to be the hello-world! 我熟悉游戏编程,并认为pong是世界!

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. 现在,我打算使用其提供的SDK(2.3)进行制作,但最终我想在NDK中进行制作,因此可以将其他工作移植到android。

Would anyone have a good reference for a starting point ? 任何人都可以为起点提供很好的参考?

Thanks 谢谢

The Android dev guide . Android 开发人员指南 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. https://gamedev.stackexchange.com/可能是解决游戏特定问题的更好网站。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM