Cocos2d

Cocos2d
Initial release February 29, 2008 (2008-02-29)
Stable release
0.6.5[1][2] / August 24, 2017 (2017-08-24)
Written in Python
Platform Cross-platform
License MIT License
Website cocos2d.org

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.

Cocos2D-ObjC
Initial release June 25, 2008 (2008-06-25)
Stable release
3.5.0[3] / April 3, 2016 (2016-04-03)
Written in Objective-C
Platform Cross-platform
License MIT License
Website cocos2d-objc.org
Cocos2d-x
Initial release December 1, 2010 (2010-12-01)[4]
Stable release
3.17[5][6] / May 21, 2018 (2018-05-21)
Written in C++
Platform Cross-platform
License MIT License
Website cocos2d-x.org

Sprites and scenes

All versions of Cocos2d work using the basic primitive known as a sprite. A sprite can be thought of as 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.

Features

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 game scenes. 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

End of Life Support

  • SpriteBuilder: Previously known as CocosBuilder,[7] 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 was available as a free app in the Mac App Store. Its latest official version is 1.4.[8][9] Its latest unofficial version is 1.5 which is compatible with cocos2d-objC 3.4.9.[10] It supports Objective C.
  • CocoStudio: a closed source 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. Its latest version is 3.10 which is compatible with cocos2d-X 3.10.[11][12] It supports C++. In April 2016 it was deprecated and replaced with Cocos Creator.

Current Support

  • Cocos Creator, which is a closed source[13] unified game development tool for Cocos2d-X. As of August 2017, it supports JavaScript and Typescript only and does not support C++ nor Lua. It was based on the open source Fireball-X.[14] A C++ and Lua support for creator is under alpha-stage development since April 2017.[15]
  • SpriteBuilderX, an open Source Scene Editor for Cocos2d-X With C++ Support and runs on macOS only.[16]
  • XStudio-365, an closed source[17] Scene Editor for Cocos2d-X With Lua Support and runs on Windows only.[18][19]
  • CCProjectGenerator: a Project Generator for Cocos2d-ObjC 3.5 that generates Swift or Objective-C projects for Xcode.[20]

Supported platforms and languages

BranchTarget PlatformAPI Language
Cocos2dWindows, OS X, LinuxPython 2.6, 2.7 or 3.3+,Objective-C
Cocos2d-xiOS, Android, Tizen, Windows, Windows Phone 8, Linux, Mac OS XC++, Lua, JavaScript
Cocos2d-ObjCiOS, Mac OS X, AndroidObjective-C, Swift
Cocos2d-html5HTML5-ready browsersJavaScript
Cocos2d-xnaWindows Phone 7 & 8, Windows 7 & 8, Xbox 360C#

History and branches

February 2008, in the town Los Cocos, near Córdoba, 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, App Store was officially founded and Apple released the 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:

Also, the English designer Michael Heald designed a new logo for Cocos2d (the Cocos2d logo was previously 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 platforms with one code base.

In 2013, Ricardo Quesada left cocos2d-iPhone and joined in cocos2d-x team. In March 2017, Quesada was laid off from the Chukong company [21][22] In 2015, there are 4 cocos2d branches being actively maintained.

  • Cocos2d-x & Cocos2d-html5 is maintained and sponsored by developers at Chukong Technologies. 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 Windows 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

  1. "Releases". los-cocos/cocos. GitHub.
  2. "cocos2d".
  3. "Releases". cocos2d/cocos2d-objc. GitHub.
  4. "Happy 7th Birthday Cocos2d-x!". Retrieved December 17, 2017.
  5. "Releases". cocos2d/cocos2d-x. GitHub.
  6. "History versions of Cocos2d-x".
  7. https://github.com/cocos2d/CocosBuilder
  8. https://github.com/spritebuilder/SpriteBuilder
  9. http://www.spritebuilder.com/
  10. https://web.archive.org/web/20161222145908/http://forum.spritebuilder.com:80/t/update-spritebuilder-1-5-0-vs-cocos2d-v3-4-9/18272
  11. http://www.cocos2d-x.org/wiki/Cocos_Studio
  12. http://discuss.cocos2d-x.org/t/where-i-can-download-ocos-studio/30916
  13. http://discuss.cocos2d-x.org/t/is-editor-of-cocos-creator-open-source/34935/2
  14. https://libraries.io/github/fireball-x/fireball
  15. http://discuss.cocos2d-x.org/t/c-and-lua-support-for-creator-alpha0-released/36168
  16. http://discuss.cocos2d-x.org/t/spritebuilderx-editor-for-cocos2d-x-with-c-support/34916
  17. http://discuss.cocos2d-x.org/t/x-studio365-a-more-powerful-game-develop-ide-support-particlesystem-editing-ui-editing-adapting-preview-spine-animation-preview-support-lua-debug-edit-syntax-highlight-outlinng/29660/22
  18. http://git.oschina.net/halx99/x-studio365-pub/raw/master/releases/x-studio365_10.0.2210.1.exe
  19. http://x-studio365.com
  20. https://github.com/s1ddok/CCProjectGenerator
  21. http://discuss.cocos2d-x.org/t/survey-the-reasons-why-i-wont-use-cocos-creator/38404/34
  22. https://retro.moe/2017/04/16/cocos2d-in-a-glimpse/

Further reading

  • Roger Engelbert (2013). Cocos2d-x by Example Beginner's Guide. Packt Publishing Ltd. ISBN 978-1-78216-735-8.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.