Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leafsoar/ls-cocos2d-x
leafsoar cocos2d-x code
https://github.com/leafsoar/ls-cocos2d-x
Last synced: 17 days ago
JSON representation
leafsoar cocos2d-x code
- Host: GitHub
- URL: https://github.com/leafsoar/ls-cocos2d-x
- Owner: leafsoar
- Created: 2013-04-19T17:31:48.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-08-31T03:44:25.000Z (about 9 years ago)
- Last Synced: 2024-07-31T22:53:22.071Z (3 months ago)
- Language: C++
- Size: 1.53 MB
- Stars: 81
- Watchers: 17
- Forks: 107
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 无间落叶 的 Cocos2d-x 代码示例
详细内容见博客
需要注意的是,当前使用的 cocos2d-x 是此时的稳定版本 2.0.4 ,所以如果你需要更新到最新的稳定版,那么需要建立新的项目,并注意代码库的API是否有改动。
## 目录说明
**HelloWorld:** 提供了一个完整的 Linux 下 Eclipse 组织 Cocos2d-x 夸平台开发工程
**Learn:** 作为在学习的过程中,实现的一些小功能,小例子
**Libs:** 存放了第三方库资源文件
**Resources:** 全局资源,是把本来应该在各个项目文件夹之下的资源,移动到上层目录,以遍学习之时,各个项目共用资源,节省资源。每个项目都说明了其使用的资源路径,在构建编译时注意
**Third:** 作为调用第三方库和扩展库的使用方法