开发者

Creating games in OpenGL ES in java [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 11 years ago.

I would like to create game in opengl on Android, but I don't know how ;/ I can make an application on Android, so I am 开发者_Go百科not noob :D Can you give me a link to tutorial: how can I make a 3d game in OpenGl? I read a jayway tutorial but it isn't about making games.


Check on GameDev.net forums.


OpenGL is just a drawing API. It's not a game engine or scene graph or any other kind of sophisticated thing. It gives you some canvas and some drawing tools to paint on it with. OpenGL is just the very last step in the data processing steps of a game.

You have to implement some game logic and whatever that one spits out you can use to draw pictures using OpenGL. But you'll have to carry out all drawing steps yourself, if you use OpenGL.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜