Skip to content

Commit fe148d3

Browse files
author
Shun Lin
authored
Update the latest status of Cocos2d-html5
Now Cocos2d-html5 is the renderer engine of Cocos Creator.
1 parent e79acd0 commit fe148d3

File tree

1 file changed

+6
-22
lines changed

1 file changed

+6
-22
lines changed

README.mdown

Lines changed: 6 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -5,36 +5,18 @@ Cocos2d-html5
55
It incorporates the same high level api as “Cocos2d JS-binding engine” and compatible with Cocos2d-X.
66
It currently supports canvas and WebGL renderer.
77

8+
#### Cocos2d-html5 has evolved to Cocos Creator, new generation of Cocos game engine with a full featured editor and content creation friendly workflow. The latest repository is maintained in here [Engine of Cocos Creator][9].
9+
810
Cross Platform
911
-------------
1012
* Popular browsers: Chrome 14+, Safari 5.0+, IE9+, Firefox 3.5+.
11-
* Mobile platforms: coming soon.
13+
* Mobile platforms: Mobile browsers,Facebook Instant Games and Mini Games.
1214
* Native App: Same piece of code can run on "Cocos2d JS-Binding Engine" without or with little modification.
1315

1416
Documentation
1517
------------------
1618
* Website: [www.cocos2d-x.org][3]
17-
* API References: [http://www.cocos2d-x.org/wiki/Reference] [4]
18-
19-
20-
Installing from [bower][8] (version >=3.4)
21-
------------------
22-
23-
```shell
24-
$ bower install cocos2d-html5
25-
```
26-
27-
Running the tests (version <3)
28-
------------------
29-
30-
```shell
31-
$ git clone git://github.com/cocos2d/cocos2d-html5.git
32-
$ cd cocos2d-html5
33-
$ git submodule update --init
34-
$ python -m SimpleHTTPServer
35-
```
36-
... and then open a browser and go to `http://localhost:8000/tests`
37-
19+
* Cocos Creator download: [Cocos Creator][10]
3820

3921
Contact us
4022
------------------
@@ -50,3 +32,5 @@ Contact us
5032
[6]: http://www.twitter.com/cocos2dhtml5 "http://www.twitter.com/cocos2dhtml5"
5133
[7]: http://t.sina.com.cn/cocos2dhtml5 "http://t.sina.com.cn/cocos2dhtml5"
5234
[8]: http://bower.io "http://bower.io"
35+
[9]: https://github.com/cocos-creator/engine
36+
[10]: http://cocos2d-x.org/download

0 commit comments

Comments
 (0)