6

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!

Bill the Lizard
  • 398,270
  • 210
  • 566
  • 880
LosYear
  • 423
  • 2
  • 6
  • 14

1 Answers1

2

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

Community
  • 1
  • 1
James Webster
  • 31,873
  • 11
  • 70
  • 114