External Tutorials

Beginner

Setting up the Develop Environment

  • Finally, Installation and First run listed how to run HelloWorld and Test, how to create cocos2d-x project form scripts on each supported platform

Concepts You Need to Know

  • Cocos2d-x used reference count for Memory Management in Cocos2d-x. It's similar to Objective-C's NSAutoreleasePool mechanic. You should carefully use retain/release/autorelease to prevent from crashing.

Start Coding

  • Creating a hybrid project such as HelloWorld and Tests cannot be automatically isn't supported by IDEs such as Xcode and Visual Studio. If you need one, please refer to gmeit.ro's Creating hybrid project
  • You should know How to use jni if you want to wrap android sdk APIs to C++. It's VERY IMPORTANT !

Intermediate

Code Examples

Extensions

Games