Cocos2d-x 学习几笔1

How to Start a New Cocos2d-x Game

This documentation will show you how to use cocos console to create and run a new project.

Runtime Requirements

  • Android 2.3+
  • iOS 5.0+
  • OS X 10.7+
  • Windows 7+
  • Ubuntu 12.04+
  • Cocos2d-x v3.0+

Software Requirements

  • Xcode 4.6 (for iOS or Mac)
  • gcc 4.7 for Linux or Android. For Android ndk-r9 or newer is required.
  • Visual Studio 2012 (for Windows)
  • Python 2.7.5

Create A New Project

$ cd cocos2d-x
$ ./setup.py
$ source ~/.bash_profile # may be ~/.bash_login or ~/.profile, depends on your environemnt
$ cocos new MyGame -p com.MyCompany.MyGame -l cpp -d ~/MyCompany
  • MyGame: name of your project
  • -p com.MyCompany.MyGame: package name for android
  • -l cpp: programming language used for the project, valid value is cppand lua
  • -d ~/MyCompany: directory to hold your project

new game

Folder structure of the generated project is as following:

folder structure

(Note: The directory may be different when the project type is lua.)

Build And Run New Project

$ cocos run -s ~/MyCompany/MyGame -p ios
  • -s: directory of the new project. This could be an absolute path or a relative path.
  • -p: which platform to run on. Options are ios,android,win32,mac and linux.

(Note: You are a tmux user, you should add reattach-to-user-namespace before the command cocos. For more information, please refer to this link for more information.)

You can run cocos run --help for more detail information.

run scree

For Win32 Users

using cmd as your shell: cd cocos2d-x-3.1.1\tools\cocos2d-console\bin or to wherever you have this on your filesystem

Then execute something like: cocos.py new YourGameTitle -p com.yourcompany.gametitle -l cpp -d C:\YourGameTitle

For Linux Users

The process should be the same.

new_game.png (35.6 kB) owen, 2014-04-01 09:00

folder_structure.png (112 kB) owen, 2014-04-01 09:00

run_screen.png (346.8 kB) owen, 2014-04-01 09:00

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值