加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 百科 > 正文

Cocos2d-x 学习几笔1

发布时间:2020-12-14 19:01:00 所属栏目:百科 来源:网络整理
导读:How to Start a New Cocos2d-x Game This documentation will show you how to usecocos consoleto 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

How to Start a New Cocos2d-x Game

This documentation will show you how to usecocos consoleto 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 iscppandlua
  • -d ~/MyCompany: directory to hold your project

Folder structure of the generated project is as following:

(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 areios,android,249)">win32,249)">macandlinux.

(Note: You are a tmux user,you should addreattach-to-user-namespacebefore the commandcocos. For more information,please refer tothis linkfor more information.)

You can runcocos run --helpfor more detail information.

For Win32 Users

usingcmdas your shell:cd cocos2d-x-3.1.1toolscocos2d-consolebinor 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) run_screen.png(346.8 kB)(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读