Home > Database > Mysql Tutorial > cocos2dx 3.0 安装及项目创建

cocos2dx 3.0 安装及项目创建

WBOY
Release: 2016-06-07 15:09:28
Original
1228 people have browsed it

cocos2dx 3.0 安装及项目创建 (1)cocos2dx 3.0(2.x) 之后都是不需要安装的,解压出来就可以用了; (2)项目的创建大致可以分为两部 首先需要做的是打开终端,然后执行 a. cd /Users/admin/Documents/cocos2d-x-3.0beta/tools/project-creator 打开project

cocos2dx 3.0 安装及项目创建

(1)cocos2dx 3.0(2.x) 之后都是不需要安装的,解压出来就可以用了;

(2)项目的创建大致可以分为两部

首先需要做的是打开终端,然后执行

a.      cd  /Users/admin/Documents/cocos2d-x-3.0beta/tools/project-creator  打开project-creator所在文件夹路径

b.      ./create_project.py -n GameApp -k com.ray -l cpp -p /Users/admin/Documents  创建项目GameApp在路径/Users/admin/Documents 

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template