Cocos2d
This article has multiple issues. Please help improve it or discuss these issues on the talk page. (Learn how and when to remove these messages)
|
Initial release | February 29, 2008 |
---|---|
Stable release | 0.6.3[1]
/ April 26, 2015 |
Repository | |
Written in | Python |
Platform | Cross-platform |
License | MIT License |
Website | python |
Cocos2d is an open source software framework. It can be used to build games, apps and other cross platform GUI based interactive programs. Cocos2d contains many branches with the best known being Cocos2d-objc, Cocos2d-x, Cocos2d-html5 and Cocos2d-XNA. There are some independent editors in the cocos2d community, such as those contributing in the areas of SpriteSheet editing, particle editing, font editing and Tilemap editing as well as world editors including SpriteBuilder and CocoStudio.
Initial release | June 25, 2008 |
---|---|
Stable release | 3.4.9[2]
/ August 27, 2015 |
Repository | |
Written in | Objective-C |
Platform | Cross-platform |
License | MIT License |
Website | cocos2d-objc |
Initial release | November 29, 2010 |
---|---|
Stable release | 3.9[3]
/ November 16, 2015 |
Repository | |
Written in | C++ |
Platform | Cross-platform |
License | MIT License |
Website | cocos2d-x |
Sprites and scenes
All versions of Cocos2d work using the basic primitive known as a sprite. A sprite can be thought of a simple 2D image, but can also be a container for other sprites. In Cocos2D, sprites are arranged together to form a scene, like a game level or a menu. Sprites can be manipulated in code based on events or actions or as part of animations. The sprites can be moved, rotated, scaled, have their image changed, etc.
Animation
Cocos2D provides basic animation primitives that can work on sprites using a set of actions and timers. They can be chained and composed together to form more complex animations. Most Cocos2D implementations let you manipulate the size, scale, position, and other effects of the sprite. Some versions of Cocos2D let you also animate particle effects, image filtering effects via shaders (warp, ripple, etc.).
GUI
Cocos2D provides primitives to representing common GUI elements in your game scene. This includes things like text boxes, labels, menus, buttons, and other common elements.
Physics system
Many Cocos2D implementations come with support for common 2D physics engines like Box2D and Chipmunk.
Audio
Various versions of Cocos2D have audio libraries that wrap OpenAL or other libraries to provide full audio capabilities. Features are dependent on the implementation of Cocos2D.
Scripting support
Support binding to JavaScript, Lua, and other engines exist for Cocos2D. For example, Cocos2d JavaScript Binding (JSB) for C/C++/Objective-C is the wrapper code that sits between native code and JavaScript code using Mozilla's SpiderMonkey. With JSB, you can accelerate your development process by writing your game using easy and flexible JavaScript.
Editor support
- SpriteBuilder: Previously known as CocosBuilder, SpriteBuilder is an IDE for Cocos2D-SpriteBuilder apps. SpriteBuilder is open source and its development was sponsored by Apportable, who also sponsored the open source Cocos2D-SpriteBuilder, Cocos3D, and Chipmunk physics projects. It is available as a free app in the Mac App Store.
- CocoStudio: a toolkit based on Cocos2d-x, containing UI Editor, Animation Editor, Scene Editor and Data Editor, together forming a complete system; the former two are tools mainly for artists while the latter are two mainly for designers. This is a closed source project developed by Chukong Technologies.
Supported platforms and languages
Branch | Target Platform | API Language |
---|---|---|
Cocos2d | Windows, OS X, Linux | Python 2.6, 2.7 or 3.3+,Objective-C |
Cocos2d-x | iOS, Android, Tizen, Windows 8, Windows Phone 8, Linux, Mac OS X | C++, Lua, JavaScript |
Cocos2d-ObjC | iOS, Mac OS X, Android | Objective-C, Swift |
Cocos2d-html5 | HTML5-ready browsers | JavaScript |
Cocos2d-xna | Windows Phone 7 & 8, Windows 7 & 8, Xbox 360 | C# |
History and branches
This section needs more links to other articles to help integrate it into the encyclopedia. (August 2014) |
February 2008, in a town called "Los Cocos" near Córdoba in Argentina, Ricardo Quesada, a game developer, created a 2D game engine with several of his developer friends. They named it "Los Cocos" after its birthplace. A month later, the group released the version 0.1 and changed its name to "Cocos2d".
Shortly after, AppStore was officially founded and Apple released related SDK, a big number of developers were attracted and various apps and games got on iOS platform. In this year, Ricardo rewrote Cocos2d in Objective-C and released "Cocos2d for iPhone" v0.1, and that's the predecessor of the later Cocos2d family.
Cocos2d has been ported into various programming languages and to all kinds of platforms. Among them there were:
- ShinyCocos, in Ruby
- Cocos2d-Android, in Java for Android only
- Cocos2d-windows, in C++ for Windows XP/7 only
- CocosNet, in C# base on Mono
- Cocos2d-javascript, in JavaScript for web browsers
Also, the well-known designer from England Michael Heald designed a new logo for Cocos2d as shown (before it was a running coconut).
At the same time, Cocos2d developers accomplished the earliest peripheral tools - Zwoptex and Particle Designer. The latter allows developers to get the effect that used to cost them two hours within 15 minutes.
November 2010, a developer from China named Zhe Wang branched Cocos2d-x based on Cocos2d. Cocos2d-x is also an open source engine under MIT License, and it allows for compiling and running on multiple platform with one code base.
In 2013, Ricardo Quesada left cocos2d-iPhone and joined in cocos2d-x team. In 2015, there are 4 cocos2d branches being actively maintained.
- Cocos2d-x & Cocos2d-html5 is maintained and sponsored by developers at Chukong Technologies Inc. Chukong is also developing CocoStudio, which is a WYSIWYG editor for Cocos2d-x and Cocos2D-html5, and an open source Cocos3d-x fork of the Cocos3D project.
- Cocos2D-ObjC (formerly known as Cocos2D-iPhone and Cocos2D-SpriteBuilder), is maintained by Lars Birkemose.
- Cocos2d-html5 is also maintained by cocos2d-x team.
- Cocos2d-XNA was born in cocos2d-x community for supporting Window Phone 7, but now it’s branched to an independent project using C# and mono to run on multiple platforms. Jacob Anderson at Totally Evil Entertainment is leading this branch.
- Cocos3d works as an extension on cocos2d-iPhone, written in Objective-C. Bill Hollings at Brenwill Workshop Ltd is leading this branch.
See also
References
Further reading
This section needs expansion. You can help by adding to it. (August 2014) |
- Roger Engelbert (2013). Cocos2d-x by Example Beginner's Guide. Packt Publishing Ltd. ISBN 978-1-78216-735-8.