ผลต่างระหว่างรุ่นของ "01219245/cocos2d-js/getting started"
ไปยังการนำทาง
ไปยังการค้นหา
Jittat (คุย | มีส่วนร่วม) |
Jittat (คุย | มีส่วนร่วม) |
||
แถว 3: | แถว 3: | ||
This document describes steps to start game programming on [http://www.cocos2d-x.org/wiki/Cocos2d-JS Cocos2d-JS]. | This document describes steps to start game programming on [http://www.cocos2d-x.org/wiki/Cocos2d-JS Cocos2d-JS]. | ||
− | + | '''A note on a standard installation:''' Cocos2d-JS is a part of the [http://www.cocos2d-x.org Cocos2d-x] game framework that supports C++, Lua, and JavaScript. Clearly, JS denotes that it is a framework for "JavaScript". Previously, you can install the Cocos2d-JS framework separately. The whole Cocos2d-x framework gets re-organized and to use Cocos2d-JS you have download the whole framework which is pretty huge (405MB). To save you time, I have provided an empty project template for you to download. This document shows how to begin coding from that template. | |
− | '''A note on a standard installation:''' Cocos2d-JS is a part of the [http://www.cocos2d-x.org Cocos2d-x] game framework that supports C++, Lua, and JavaScript. Clearly, JS denotes that it is a framework for "JavaScript". Previously, you can install the Cocos2d-JS framework separately. The whole Cocos2d-x framework gets re-organized and to use Cocos2d-JS you have download the whole framework which is pretty huge (405MB). |
รุ่นแก้ไขเมื่อ 14:26, 15 กุมภาพันธ์ 2559
- This is part of 01219245.
This document describes steps to start game programming on Cocos2d-JS.
A note on a standard installation: Cocos2d-JS is a part of the Cocos2d-x game framework that supports C++, Lua, and JavaScript. Clearly, JS denotes that it is a framework for "JavaScript". Previously, you can install the Cocos2d-JS framework separately. The whole Cocos2d-x framework gets re-organized and to use Cocos2d-JS you have download the whole framework which is pretty huge (405MB). To save you time, I have provided an empty project template for you to download. This document shows how to begin coding from that template.