Skip to content

Instantly share code, notes, and snippets.

@jollyjoester
Last active August 29, 2015 14:04
Show Gist options
  • Save jollyjoester/7cebbc379ff593e4867f to your computer and use it in GitHub Desktop.
Save jollyjoester/7cebbc379ff593e4867f to your computer and use it in GitHub Desktop.
Cocos2dxプロジェクト作成メモ
#cocos2dx 2.2.2 プロジェクト作成
/Users/jollyjoester_pro/Documents/cocos2d-x/cocos2d-x-2.2.2/tools/project-creator/create_project.py -project SampleApp -package com.jollyjoester.hogehoge -language cpp
#cocos2dx 3.2 プロジェクト作成
/Users/jollyjoester_pro/Documents/cocos2d-x/cocos2d-x-3.2/tools/cocos2d-console/bin/cocos new SampleApp -p com.jollyjoester.hogehoge -l cpp -d ~/Desktop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment