本文介绍了核心动画或OpenGL的简单的iPhone游戏的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我会写一个简单的游戏,在背景图片上快速播放一个球图像。
我真的不想学习OpenGL ES,如果它不会在这个一次性项目中提供任何实质性的好处。
解决方案
这是一个常见问题。其他问题包括:
I am writing a simple game that animates a ball image quickly across a background image.
Would Core Animation/Quartz be sufficient for this scenario?
I don't really want to learn OpenGL ES if it is not going to provide any substantial benefit in this one off project.
解决方案
This is a commonly asked question. Other questions like this include:
- "iPhone board game: OpenGL ES or CoreGraphics?"
- "Are most games on the IPhone done with OpenGL ES?"
- "Core Animation or OpenGL ES?"
- "Does openGL ES have a better performance than Core Animation and UIKit when it comes to highly animated user interfaces?"
这篇关于核心动画或OpenGL的简单的iPhone游戏的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!