Cocos2d

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by 50.53.15.51 (talk) at 21:33, 24 November 2012 (→‎Objective-C: more link dab). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

cocos2d
Initial releaseFebruary 29, 2008 (2008-02-29)
Stable release
0.5.5[1] / August 12, 2012; 11 years ago (2012-08-12)
Repository
Written inPython
PlatformCross-platform
LicenseMIT License
Websitecocos2d.org

Cocos2d is an open source 2D game framework. The original Cocos2D framework is written in Python upon pyglet but has since been ported to other languages and platforms.[2]

Derivative frameworks

Objective-C

cocos2d for iPhone
Initial releaseJune 25, 2008 (2008-06-25)
Stable release
2.0.0[3] / July 8, 2012; 11 years ago (2012-07-08)
Repository
Written inObjective-C
PlatformCross-platform
LicenseMIT License
Websitecocos2d-iphone.org

Cocos2d for iPhone, or, Cocos2d-iphone is an Objective-C port for iOS and Mac OS X with the same design and concepts as the original framework. The API comes integrated with Box2D and Chipmunk physics engines. It is used by many games on the App Store.[4]

Kobold2D
Initial releaseAugust 2011 (2011-08)
Stable release
2.0.4[5] / September 22, 2012; 11 years ago (2012-09-22)
Repository
Written inObjective-C
PlatformCross-platform
LicenseMIT License
Websitekobold2d.com

Kobold2D is an extended and improved version of Cocos2D for iPhone.

C++

cocos2d-X
Initial releaseNovember 29, 2010 (2010-11-29)
Stable release
cocos2d-2.0-x-2.0.4[6] / November 2, 2012; 11 years ago (2012-11-02)
Repository
Written inC++
PlatformCross-platform
LicenseMIT License
Websitecocos2d-x.org

Cocos2d-X is a multi-platform port written in C++ that is based on Cocos2d for iPhone. It. can be used with iOS, Android, Windows, Marmalade, Linux, Bada, Blackberry-QNX. This port has Lua and JavaScript as the script binding.[7]

Java

Cocos2d-android is a Java port for Android that is based on Cocos2d for iPhone.[8][9]

AndEngine is an Cocos2d for iPhone based open source Android 2D OpenGL game engine.

JavaScript

Cocos2d-javascript is a JavaScript port based on Cocos2d for iPhone.[10]

Cocos2d-html5 is a JavaScript port for the web that is based on Cocos2d-X. The goal is to use the same set of code to run on Cocos2d-X and Cocos2d for iPhone through JavaScript binding.[11]

C#

Cocos2d-XNA, or, Cocos2d-X for XNA is a C# port for XNA that is based on Cocos2d-X.[12]

See also

References

  1. ^ "cocos2d CHANGELOG".
  2. ^ "The Cocos2D Family of Game Engines, Their Platforms & Languages".
  3. ^ "cocos2d for iPhone CHANGELOG".
  4. ^ "Cocos2d for iPhone games".
  5. ^ "Kobold2D Release Notes".
  6. ^ "cocos2d-x CHANGELOG".
  7. ^ "What is Cocos2d-X?".
  8. ^ "Cocos2d for Android".
  9. ^ "The latest cocos2d-android project ported from cocos2d-iphone".
  10. ^ "Cocos2D JavaScript".
  11. ^ "Cocos2D html5 Wiki".
  12. ^ "cocos2d-x-for-xna".

External links

Official website

Template:IPhone video game engines Template:Open source video games