All Projects → cocos2d → cocos2d-frame

cocos2d / cocos2d-frame

Licence: other
Player and "stub" for cocos2d

Programming Languages

c
50402 projects - #5 most used programming language
objective c
16641 projects - #2 most used programming language
C++
36643 projects - #6 most used programming language
java
68154 projects - #9 most used programming language

cocos2d-frame

cocos2d-frame is an empty game project suitable for C++ and / or JS games. It includes the following components:

  • cocos2d-x
  • Chipmunk2d
  • JS bindings for cocos2d-x and Chipmunk2D
  • JS remote debugger
  • CocosPlayer

Those components could be disabled at compile time when needed. For example, if you are developing a JS game, you need all of those components while you are developing the game. But once your game is ready to be submitted to the AppStore, the JS remote debugger and CocosPlayer should be disabled.

cocos2d frame architecture

Starting a new cocos2d-project

$ git clone git://github.com/cocos2d/cocos2d-frame.git
$ cd cocos2d-frame
$ git submodule update --init --recursive

cocos2d-console

cocos2d-frame is part of the cocos2d-console project. Basically if you have cocos2d-console installed and type:

$ cocos2d new "My Project"

then it will clone cocos2d-frame.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].