Skip to content

Azaratur/Cocos2d

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cocos2d

Base version is: cocos2d-x-3.0alpha0-pre (commit: 50f2cba03fd7bec4cccba86147003fc83d93e610)

Manually building

You can build cocos2d by emscripten with this commands:

make PLATFORM=emscripten DEBUG=1 -j10 # (for debug build)
make PLATFORM=emscripten DEBUG=0 -j10 # (for release build)

Using as emscripten-ports

Add flags -s USE_COCOS2D=3 -s STB_IMAGE=1 to build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 74.7%
  • C 8.2%
  • Objective-C 6.1%
  • Objective-C++ 4.0%
  • Shell 1.2%
  • Java 1.2%
  • Other 4.6%