Cocos Creator is an all in one open source JavaScript game engine and editor built over the Cocos2d-x game libraries. They just released version 1.0.1, primarily a bug fix release as you can see from the details below. If you are interested in learning more about Cocos Creator I did a fairly in-depth hands on with a previous version.
Changes and fixes from this release include:
- [Animation] Allow position.x and position.y properties can be added separately in an animation
- [Animation] Fixed a bug that ‘add clip’ may cause error when selecting child node of animation root.
- [Editor] Main window’s title now shows project name and scene path
- [Editor] Added a dialog letting user choose display language when running editor for the first time
- [Component] Fixed AudioSource volume setting has no effect issue.
- [Build] Fixed error of duplicated classes when publish to Web
- [Render] Fixed scene render not update in time when a node’s parent change
- [Render] Fixed spine graphics showing wrong blend factor on Web
- [Render] Fixed preview in Wechat may display black screen issue.
Cocos Creator is available for download on both Windows and Mac at this location.