/cocowizard

Configure / inject third party libs into Cocos2dx based projects

Primary LanguagePython

Installation

pip install -r requirements.txt

Initialize a new project with Cocowizard

git clone git@github.com:cocos2d/cocos2d-x.git ~/cocos2dx
cocowizard init com.company.packagename ~/cocos2dx

Configure project

cd ~/packagename
vim cocowizard.yaml

cocowizard update

Now you're ready to start opening the generated projects and start working. Whenever you want to add a library or update the project, you can execute cocowizard update and all project files will be updated.