且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

游戏引擎的iPhone / Android的

更新时间:2023-02-02 20:05:28

查阅的Cocos2D-X。它是完全免费和开源的。

Check out Cocos2d-x. It's completely free and open-source.

还有 http://www.appgamekit.com 这件事情我很感兴趣,支持基本法,以及C ++。

There is also http://www.appgamekit.com It's something I am interested in. It supports "Basic" as well as "C++".

我觉得果酱真的很强大。我搞砸与它周围。而且强烈推荐它。

I think that Marmalade is really powerful. I've messed around with it. And highly recommend it.

如果你只针对Android和iOS的2D游戏,我会极力推荐的Cocos2D-X。这对C中的大多数游戏,完整,无框架的一个++我遇到。

If you are only targeting Android and iOS for a 2D game, I would highly recommend Cocos2d-x. It's one of the most game-complete and free framework for C++ I've come across.

使用的Cocos2D-X相对的果酱的优点是,大多数游戏引擎的部件的被写入。您可以在不到一天的时间原型游戏。的Cocos2D-X也是免费的。

The advantage of using Cocos2d-x opposed to Marmalade is that most of the components of a game engine is written. You can prototype a game in less than a day. Cocos2d-x is also free.

我写我自己的游戏引擎,果酱,它占据了(当然,上下班,)不超过一个星期。

I wrote my own game engine with Marmalade and it took no longer than a week (on and off work, of course).

的Cocos2D-X的缺点是明显减少各种平台支持。

The disadvantage of Cocos2d-x is obviously less variety of platform support.

如果你愿意花一点钱,但也需要简单的的Cocos2D-X提供。请查看 http://appgamekit.com 它比果酱SDK更便宜和更容易使用。这也是通过C ++广泛。

If you're willing to spend a bit of money but also need the simplicity that Cocos2d-x offers. Check out http://appgamekit.com It's cheaper than Marmalade SDK and easier to use. It is also extensive via C++.

决定主要使用什么取决于你的约束。我目前正在使用的Cocos2D-X的计划很快发布iOS版即将开展的项目。

Deciding on what to use mainly depends on your constraints. I am currently using Cocos2d-x for an upcoming project scheduled to be released for iOS very soon.