axmol/tools/project-creator
chuanweizhang c22cc77c66 add cocos files list configure script 2014-01-03 19:09:13 +08:00
..
config-create add cocos files list configure script 2014-01-03 19:09:13 +08:00
module add cocos files list configure script 2014-01-03 19:09:13 +08:00
README.md modify linux tempalte 2013-12-25 18:32:23 +08:00
create_project.pyw add cocos files list configure script 2014-01-03 19:09:13 +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.pyw" file
  • Mac: ./create_project.pyw
  • 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.pyw --help $ ./project-creator.pyw -n mygame -k com.your_company.mygame -l cpp -p /home/mygame $ cd /home/mygame