/t-game-sdk

Primary LanguagePythonMIT LicenseMIT

JenovaSDK

TBJGameSDK

install

  • Enter JenovaSDK's dir
$ cd ${JenovaSDK}
  • install offical emscripten
$ python install_offical_emscripten.py
  • install jenova modifications: (add --test if you want to compile test projects)
$ python publish_jenova.py [--test] 

build your project (choose one of the following methods)

  • CMakeLists.txt (recommend)
$ taomake ${CMakeLists.txt'dir} [--box2d] [--chipmunk] [--freetype]
  • ${your project}.xcodeproj
$ taomake ${${your project}.xcodeproj'path} --override [--box2d] [--chipmunk] [--freetype]

taomake all options

$ taomake --help

StoreSDK