axmol/tools/tojs
Ricardo Quesada cd8631ef09 sfunction "create" uses new optimized code
...although this code should never be called
2015-12-04 18:42:31 -08:00
..
README.mdown Refine lua/js binding tool 2015-09-19 00:08:15 +08:00
cocos2dx.ini sfunction "create" uses new optimized code 2015-12-04 18:42:31 -08:00
cocos2dx_3d.ini not export Sprite3DMaterial::setTexture 2015-12-01 20:27:31 +08:00
cocos2dx_3d_ext.ini Refine lua/js binding tool 2015-09-19 00:08:15 +08:00
cocos2dx_audioengine.ini Refine lua/js binding tool 2015-09-19 00:08:15 +08:00
cocos2dx_builder.ini Refine lua/js binding tool 2015-09-19 00:08:15 +08:00
cocos2dx_experimental_video.ini Refine lua/js binding tool 2015-09-19 00:08:15 +08:00
cocos2dx_experimental_webView.ini Refine lua/js binding tool 2015-09-19 00:08:15 +08:00
cocos2dx_extension.ini Refine lua/js binding tool 2015-09-19 00:08:15 +08:00
cocos2dx_navmesh.ini Refine lua/js binding tool 2015-09-19 00:08:15 +08:00
cocos2dx_physics3d.ini Refine lua/js binding tool 2015-09-19 00:08:15 +08:00
cocos2dx_spine.ini Refine lua/js binding tool 2015-09-19 00:08:15 +08:00
cocos2dx_studio.ini Refine lua/js binding tool 2015-09-19 00:08:15 +08:00
cocos2dx_ui.ini Remove useless manual bindings for addEventListener functions in UI 2015-11-25 14:15:45 +08:00
genbindings.py sfunction "create" uses new optimized code 2015-12-04 18:42:31 -08:00

README.mdown

How to Use bindings-generator

On Windows:

On MAC:

  • The OSX 10.10 has a built-in python2.7 and if your os don't have python2.7 then use Homebrew to install the python and use pip install the python dependencies.
	brew install python
  • Install python dependices by pip.
    sudo easy_install pip
    sudo pip install PyYAML
	sudo pip install Cheetah
  • Download NDK 64bit r10c or later from Android Ndk
  • Run
	export NDK_ROOT=/path/to/android-ndk-r10c
    ./genbindings.py

On Ubuntu Linux 12.04 64bit

  • Install python
	sudo apt-get install python2.7
  • Install python dependices by pip.
	sudo apt-get install python-pip
	sudo pip install PyYAML
	sudo pip install Cheetah
  • Download NDK 64bit r10c or later from Android Ndk
  • Go to "cocos2d-x/tools/tojs", Run
	export NDK_ROOT=/path/to/android-ndk-r10c
    ./genbindings.py