Summary : Cocos2d-js incorporates COCOS2D-HTML5 and Cocos2d-x JavaScript Bindings to support Cocos2d-x of all the core features, and natural support native, browser cross-platform application, then let the small part to lead you familiar with Cocos2d-js v3.0final.
In the 3.0 release, COCOS2D-JS completed the complete integration of different platform workflows, providing a unified development experience for different platforms, whether developing Web applications or native applications, and conveniently using COCOS2D-JS to achieve "one-time development, full-platform operation". The same set of JavaScript game code developed with COCOS2D-JS can be run on native platforms such as Mac OS X, Windows, IOS, Android, and all modern browsers, which makes it easy for our developers to reach almost any distribution channel, Bring unprecedented opportunities.
Cocos2d-js is the first version of workflow consolidation, and the new JavaScript-style API makes coding, testing, and publishing easy, while Cocos2d-js also offers a number of powerful new features, such as spine animation support, a resource manager that supports hot updates, Object buffer pool, and so on, let's make a general understanding of the features of Coco2d-js:
1: Unifies the Web engine and the JSB engine the API, guarantees "one development, the entire platform runs" the extreme development experience.
2:javascript Style API refactoring: New construction, attribute style API, simplified action API.
3 : Add the resource Manager to support hot updates for resources and scripts.
4: Add a more powerful and flexible new event manager.
5: Add JavaScript to java/objective-c reflection.
6: Add spine skeleton animation support.
So what do we need to be aware of when we use it?
1:[android Compile] NDK version must use r9d
2:[ios Compile] The Xcode version must be at 5.1.1 or more
Well, today Devstore Small series for everyone to share the COCOS2D-JS to the end of this, I hope to use this service friends after reading some help, we will see you next time!
Cocos2d-js v3.0final, are you ready?