« Previous - Version 165/233 (diff) - Next » - Current version
James Chen, 2012-01-12 07:31


About

  • Cocos2d-x is an open-source mobile 2D game framework, released under MIT License. It is a C++ version of cocos2d-iphone project. Our focus for cocos2d-x development is around making cocos2d cross platforms. On top of the framework provided by cocos2d-x, mobile games can be written in C++ or Lua, using API that is COMPLETELY COMPATIBLE with that of cocos2d-iphone. Cocos2d-x project can easily be built and run on iOS, Android, Samsung Bada, BlackBerry Table OS and more. Cocos2d-x also supports Windows and Linux, therefore we can debug source code easily and write editors on desktop operating systems.
  • What the "x" in cocos2d-x means:
    • Sometimes, we write the .cpp file extension as .cxx. The "x" signifies that the project is written by C++, and offer C++ APIs.
    • The "x" also means CROSS. The goal of this open-source project is to allow its users to create cross-platform code. Currently supported platforms are the iPhone, Android, WoPhone, and win32 platforms, but more platforms can be made available upon request. Details on how to do this are at the bottom of this page.

Documentation

The following are a list of tutorials that discuss the basics of using cocos2d-x on your platform. They assume some prior knowledge about creating apps on your selected platform, and do not contain a lot of details unrelated to cocos2d-x. If you don't know anything about creating apps on your platform, you can still try reading through the tutorials, but it is highly encouraged that you learn about programming on your platform first. Finally, if you wish to see all the wikipages, simply click the tag cloud or "Index by title" in the sidebar.

DOWNLOAD

CONTRIBUTION

cocos2D-x is provided to you free of charge. However, if you want to contribute to the project, here's a list of things you could do to help with the development of

  • If you find a bug!
    • please kindly report the bug on our forum , post it on the correct subforum for your platform. Details on how to make the bug appear would be very helpful.
  • If you fix a bug!
  • I would like to add a port to another platform!

SUPPORT & HELP