缩放、平移和交互式图形 Android 应用程序
我是 Android 游戏开发新手。我目前正在开发一个简单的 Android 应用程序,具有缩放、平移和交互式(可点击按钮)界面。我认为这在某些方面与愤怒的小鸟相似。
我想知道几个概念。希望你们能给我一些指导。
- 我一直在互联网上搜索和阅读。 openGL 是我可以使用的技术吗?
- 此类应用程序(例如愤怒的小鸟)中使用的图形是基于矢量的图形吗?我问的原因是我希望放大到某个级别并进行一些平移。我必须从头开始绘制该对象。
这是一个相当模糊的问题,但我仍然找出正确的开始方向。 太感谢了。
I'm new to android game development. I currently working on a simple android app with zooming, panning and interactive (clickable button) interface. I think it is something similar with Angry bird in some ways.
There are couple of concepts I would like know. Hope you guys can show me some pointer to start with.
- I've been searching and reading in the Internet. Is openGL the technology I can use?
- Is the graphic used in such app (e.g. angry bird) vector based graphic? The reason I ask is that I wish to zoom into certain level and do some panning. I have to draw the object from scratch.
It is rather a vague question and I still figure out the right direction to start with.
Thank you so much.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看看andengine,它非常容易使用,应该有你需要的一切。
Check out andengine, it is very easy to use and should have everything you need.