Best iPhone framework for 2D platform games(用于 2D 平台游戏的最佳 iPhone 框架)
问题描述
您建议使用哪种框架为 iPhone 构建 2D 平台游戏?我只需要在屏幕上移动资产并检测碰撞等.
Which framework do you suggest for building a 2D platform game for the iPhone? I only need to move assets around the screen and detect collisions etc.
我认为是 OpenGL.但也许 Quartz 2D 就足够了?或者还有什么我应该注意的吗?各自的优点和缺点是什么?我想 OpenGL 的学习曲线更长,但在性能上是有回报的,对吧?
I would think OpenGL. But maybe Quartz 2D is enough? Or is there something else I should be aware of? What are advantages and disadvantages of each? I guess there is a longer learning curve for OpenGL, but that pays off in performance, right?
推荐答案
我目前正在使用并推荐Cocos2d.(http://cocos2d-iphone.org)
I am currently using and recommend Cocos2d. (http://cocos2d-iphone.org)
cocos2d-iphone 的文档非常好,并且一直在变得更好.您可以下载一些完整的工作示例游戏,并且 API 本身附带了很多您可以使用的示例.
The documentation for cocos2d-iphone is pretty good and getting better all the time. There are some full working example games you can download and the API itself comes with quite a number of examples you can use.
下面是一组很好的安装说明,您可以使用它来开始:
Here is a good set of install directions you can use to get started:
http://permadi.com/blog/?p=130
希望这会有所帮助!
这篇关于用于 2D 平台游戏的最佳 iPhone 框架的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:用于 2D 平台游戏的最佳 iPhone 框架
- UITextView 内容插图 2022-01-01
- 使用自动布局向 UIScrollView 添加动态大小的视图 2022-01-01
- 网上有没有好的 UIScrollView 教程? 2022-01-01
- 如何在 iPhone 模拟器中重置 NSUserDefaults 数据? 2022-01-01
- GPS状态的广播接收器? 2022-01-01
- URL编码Swift iOS 2022-01-01
- Xcode 7.3 中带有 UILabel 的 UIStackView 2022-01-01
- 类似于 Mail.app 的 iPad 模态视图控制器? 2022-01-01
- SetOnItemSelectedListener上的微调程序错误 2022-01-01
- 在 Iphone SDK 的导航栏上添加多个按钮 2022-01-01