Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Cocos2D-X Literatue [closed]

I want to use Cocos2D-X for my games. So I want to read something about it. But besides poor official documentation I didn't find anything. Can you give some materials on Cocos2D-X.

If you no something better than Cocod2D-x for Android & iOS development, please let me know. Tnx!

like image 298
LosYear Avatar asked Feb 27 '12 16:02

LosYear


1 Answers

The Android programmers in my office chose LibGDX and AndEngine over Cocos2D-X because of the lack of documentation.

I use Cocos2D-iPhone however and do find it's useful, but I also have a lot of documentation for the iPhone version

With regard to comments, other, cross platform options are

  • Unity is a 3D games engine.

  • Corona is a 2D games engine that uses Lua.

  • The Particle SDK is a slightly more general cross-platform solution with a background in games.

Today we announced that Particle Code has been acquired by Appcelerator, makers of the Titanium cross-platform framework.

...

As of January 1, 2012, [Particle Code] will no longer officially support the [Particle SDK] platform.

Source

  • The Airplay SDK is a C++ framework that lets you develop in either Visual Studio or Xcode.

Source

like image 86
James Webster Avatar answered Oct 28 '22 16:10

James Webster