您的位置:首页 > 移动开发 > Cocos引擎

Lua游戏开发(二)---cocos2d VS libgdx VS unity3d

2015-11-30 16:50 621 查看
移动设备端三个主要的游戏开发引擎cocos2d-x,libgdx,Unity3d

cocos2d-x

Opensource.
Less community support but good support on other sites (3k search results on stackoverflow).
Many Famous games like 2048,BADLAND are developed using cocos2d-x
The minimum size of game developed on cocos2d-x can be as low as 1.5MB
Supports both 2D and 3D but mainly used for 2D.
C++ is mainly used for development.
libgdx

Opensource.
Good community support as well as on other sites (9k search results on stackoverflow).
Some famous games like Ingress,Apparatus are developed on libgdx.
Supports both 2D and 3D.
Java is mainly used for development.
Unity

Paid.
Huge Community support and huge support on other sites (15k search results on stackoverflow)
Many famous games like monument valley, Temple Run 2, Angry Birds Epic are developed on Unity.
Supports both 2D and 3D but mainly used for 3D only because developing 3D games on unity is very easy as compared to other platforms.
The minimum size of game developed on unity is around 8MB.
C#,unityscript is mainly used for developemnt.
重点提到cocos2d,因为我们将开始cocos2d-Lua的学习之旅。

cocos2d-lua下载地址:http://www.cocos.com/download/cocos2d-lua/
http://edu.csdn.net/course/detail/469/5049?auto_start=1
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  cocos2d 游戏开发