有没有一个特殊的程序可以用来在安卓上制作游戏?或者我应该只使用 JOGL?
Jogl 是创建 Android 游戏(例如 2d 游戏)的最佳方式吗?
Is Jogl the best way to create an Android Game such as a 2d game?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不能说任何关于“最好”的方法,但你可以使用
andengine、
Corona、
Maoi、
Unity3d、
OpenGL ES 1.0/1.1/2.0 或
绘制到画布或视图。
Beginning Android Games 可能是最好的资源(尤其是第 3 章和第 4 章) 。您还应该查看 SDK 示例(snake、月球着陆器)。 实用的 Android 4 游戏开发...不好(文案编辑特别可耻),但它至少致力于使用 OpenGL ES 进行游戏开发。
I can't say anything about the 'best' way, but you can use
andengine,
Corona,
Maoi,
Unity3d,
OpenGL ES 1.0/1.1/2.0, or
Draw to a Canvas or View.
Beginning Android Games is probably the single best resource (especially chapters 3&4). You should also look at the SDK samples (snake, lunar lander). Practical Android 4 Games Development is... not good (the copyediting is particularly shameful), but it is at least devoted to game development with OpenGL ES.