@@ -6,12 +6,12 @@ cocos2d-x
6
6
7
7
| Win32| Others|
8
8
| ----| ------|
9
- [ ![ Build status] ( https://ci.appveyor.com/api/projects/status/nlgirox464j6ldg5/branch/v3 ?svg=true )] ( https://ci.appveyor.com/project/minggo/cocos2d-x/branch/v3 ) |[ ![ Build Status] ( https://travis-ci.org/cocos2d/cocos2d-x.svg?branch=v3 )] ( https://travis-ci.org/cocos2d/cocos2d-x )
9
+ [ ![ Build status] ( https://ci.appveyor.com/api/projects/status/nlgirox464j6ldg5/branch/v4 ?svg=true )] ( https://ci.appveyor.com/project/minggo/cocos2d-x/branch/v4 ) |[ ![ Build Status] ( https://travis-ci.org/cocos2d/cocos2d-x.svg?branch=v4 )] ( https://travis-ci.org/cocos2d/cocos2d-x )
10
10
11
11
12
12
[ cocos2d-x] [ 1 ] is a multi-platform framework for building 2d games, interactive books, demos and other graphical applications.
13
13
It is based on [ cocos2d-iphone] [ 2 ] , but instead of using Objective-C, it uses C++.
14
- It works on iOS, Android, OS X , Windows and Linux.
14
+ It works on iOS, Android, macOS , Windows and Linux.
15
15
16
16
** Cocos2d-x Framework Architecture** :
17
17
@@ -50,8 +50,8 @@ Documentations and samples
50
50
* [ All Docs in a single place!] ( http://cocos2d-x.org/docs/ )
51
51
* [ Online API Reference] ( http://cocos2d-x.org/docs/api-ref/index.html ) _ Note that Cocos2d-x and Cocos Creator have different API set_
52
52
* [ Programmers Guide] ( http://cocos2d-x.org/docs/programmers-guide/2/index.html )
53
- * [ Latest Release Note] ( https://github.com/cocos2d/cocos2d-x/blob/v3 /docs/RELEASE_NOTES.md )
54
- * [ Changelog] ( https://github.com/cocos2d/cocos2d-x/blob/v3 /CHANGELOG )
53
+ * [ Latest Release Note] ( https://github.com/cocos2d/cocos2d-x/blob/v4 /docs/RELEASE_NOTES.md )
54
+ * [ Changelog] ( https://github.com/cocos2d/cocos2d-x/blob/v4 /CHANGELOG )
55
55
56
56
Main features
57
57
-------------
@@ -161,7 +161,6 @@ Learning Resources
161
161
* [ Android Fundamentals] ( https://developer.android.com/guide/components/fundamentals.html )
162
162
* [ Make School Tutorials] ( https://www.makeschool.com/tutorials/ )
163
163
* [ Games From Scratch] ( http://www.gamefromscratch.com/page/Cocos2d-x-CPP-Game-Programming-Tutorial-Series.aspx )
164
- * [ Cocos2d sample games] ( https://github.com/cocos2d/cocos2d-x-samples )
165
164
166
165
Spreading the word!
167
166
--------------------------------
@@ -172,21 +171,15 @@ You can help us spread the word about cocos2d-x! We would surely appreciate it!
172
171
* Read our [ Blog] ( http://blog.cocos2d-x.org/ ) and promote it on your social media.
173
172
* Become a [ Regional Coordinator] ( http://discuss.cocos2d-x.org/t/we-need-regional-coordinators/24104 )
174
173
175
- See what we are planning!
176
- --------------------------------
177
- You can see exactly what we are planning to do with the Cocos family of products.
178
-
179
- * [ Cocos2d-x roadmap] ( https://trello.com/b/Np6obnuE/cocos2d-x-roadmap )
180
-
181
174
Where to get help
182
175
--------------------------------
183
176
184
177
* [ English Forums] ( http://discuss.cocos2d-x.org )
185
178
* [ 中文社区] ( http://forum.cocos.com/c/cocos2d-x )
186
179
* [ Bug Tracker] ( https://github.com/cocos2d/cocos2d-x/issues )
187
180
* [ API Reference] ( http://cocos2d-x.org/docs/api-ref/index.html ) .
188
- * [ Latest Release Note] ( https://github.com/cocos2d/cocos2d-x/blob/v3 /docs/RELEASE_NOTES.md )
189
- * [ Changelog] ( https://github.com/cocos2d/cocos2d-x/blob/v3 /CHANGELOG )
181
+ * [ Latest Release Note] ( https://github.com/cocos2d/cocos2d-x/blob/v4 /docs/RELEASE_NOTES.md )
182
+ * [ Changelog] ( https://github.com/cocos2d/cocos2d-x/blob/v4 /CHANGELOG )
190
183
* IRC. We are in [ Freenode] ( https://webchat.freenode.net/ ) in the _ #cocos2d_ channel
191
184
* ` cpp-tests ` project. This project is our basis for testing. Use this project to
192
185
learn how we implement the functionality of the engine. This project is located in
0 commit comments