axmol/tools/project-creator
samuele3hu 2949ab754f Fix:Regeneration cocos_files.json 2014-01-06 20:11:44 +08:00
..
config-create Merge branch 'develop' of https://github.com/cocos2d/cocos2d-x into developNewUI 2014-01-06 20:07:39 +08:00
module Fix:Regeneration cocos_files.json 2014-01-06 20:11:44 +08:00
README.md test template lua 2014-01-06 14:24:33 +08:00
create_project.py modify 644 —>755 2014-01-04 15:27:39 +08:00

README.md

#create_project

First you need install python environment.

There have double ways create new cocos project. Notice:The best of generate path is english path. ##1.UI

  • Windows: double click "create_project.py" file
  • Mac: ./create_project.py
  • Linux: The tkinter was not installed in the linux's default python,therefore, in order to use the gui operate, you have to install the tkinter libaray manually. There is another way to create project by command line. see below for details ##2.console $ cd cocos2d-x/tools/project-creator $ ./project-creator.py --help $ ./project-creator.py -n mygame -k com.your_company.mygame -l cpp -p /home/mygame $ cd /home/mygame