Skip to content

Update READ.ME in the preferred language (English Language) #560

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 16 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,38 +1,33 @@
quick-cocos2d-x cocos2d-x 开发商“[触控科技](http://www.chukong-inc.com/)”专门针对 Lua 开发者推出的扩展版本。
quick-cocos2d-x is an extended version of cocos2d-x developer "touch technology" specifically for Lua developers.

Quick-Cocos2d-x 基于 Cocos2d-x 开发,具有 Cocos2d-x 的所有优点。并在 Cocos2d-x 基础上添加了 Lua 脚本支持,和高级脚本框架。让开发商可以用更低的成本、更高的开发效率、更省的人力成本创造高品质手游产品。
Quick-Cocos2d-x is developed based on Cocos2d-x and has all the advantages of Cocos2d-x. And on the basis of Cocos2d-x, Lua script support and advanced scripting framework are added. Allow developers to create high-quality mobile game products with lower costs, higher development efficiency, and lower labor costs.

**快速开发:** 框架自带手游需要的各种基础服务,开发商能够将有限的资源投入到产品的玩法和用户体验上。
Rapid development: The framework comes with various basic services required for mobile games. Developers can devote limited resources to product gameplay and user experience.

**降低成本:** 选择 Quick-Cocos2d-x,整个产品的绝大部分代码都可以使用 Lua 脚本语言完成开发。相比 C++ 能够显著降低人员成本,在开发效率上也具有明显优势。
Reduce costs: Choose Quick-Cocos2d-x, most of the code of the entire product can be developed using the Lua scripting language. Compared with C++, it can significantly reduce personnel costs and also has obvious advantages in development efficiency.

**优化用户体验:** Quick-Cocos2d-x 提供了更容易使用 UI 库和脚本编译打包加密和自动更新等功能。让开发商可以用更低的成本快速改善产品的体验。
Optimize user experience: Quick-Cocos2d-x provides functions such as easier to use UI library and script compilation, packaging, encryption, and automatic update. Allow developers to quickly improve product experience at a lower cost.

**成熟可靠:** 目前使用 Cocos2d-x 平台开发的热门手游产品中,几乎一半都用到了 Lua 脚本语言。而 Quick-Cocos2d-x 作为 Cocos2d-x + Lua 的升级解决方案,保持了成熟可靠的特点。

- quick-cocos2d-x 中文站 [http://quick.cocos.org/](http://quick.cocos.org/)
- 新浪微博 [http://weibo.com/quickcocos2dx](http://weibo.com/quickcocos2dx)
- QQ 群 284148017, 243709595, 8952580
- CSDN 镜像仓库(国内访问稳定快速),和 github 仓库同步,地址 [https://code.csdn.net/u014257247/quick-cocos2d-x](https://code.csdn.net/u014257247/quick-cocos2d-x)
Mature and reliable: At present, almost half of the popular mobile game products developed on the Cocos2d-x platform use the Lua scripting language. As an upgrade solution of Cocos2d-x + Lua, Quick-Cocos2d-x maintains its mature and reliable characteristics.

~


## 快速开始
## Quick start

- 下载最新版 quick-cocos2d-x
- 运行 setup_mac.sh 或者 setup_win.bat
- 启动 player/mac/player.app 或者 player/win/player.exe
- Download the latest version:- quick-cocos2d-x
- run setup_mac.sh or setup_win.bat
- Start up:- player/mac/player.app or player/win/player.exe

![](player/welcome/res/player_screenshot.png)

~


## 更进一步
## Further

- [设置 quick-cocos2d-x Mac 下的编译环境](docs/howto/setup_development_environment_on_mac/zh.html)
- [设置 quick-cocos2d-x Windows 下的编译环境](docs/howto/setup_development_environment_on_windows/zh.html)
- [如何使用 proj.mac proj.win32 工程](docs/howto/use-project-mac-and-win/zh.html)
- [API 文档](docs/api/index.html)
- [ Lua 字节码进行加密](docs/howto/encrypt-lua-code/zh.md)
- [Set up:- quick-cocos2d-x in Mac Compilation environment](docs/howto/setup_development_environment_on_mac/zh.html)
- [Set up:- quick-cocos2d-x in Windows Compilation environment](docs/howto/setup_development_environment_on_windows/zh.html)
- [How to Use:- proj.mac with proj.win32 engineering](docs/howto/use-project-mac-and-win/zh.html)
- [API Documentation](docs/api/index.html)
- [Correct Lua Bytecode for encryption](docs/howto/encrypt-lua-code/zh.md)