Projects tagged ‘cocos2d’


Jump to tag:

Projects tagged ‘cocos2d’

Filtered by Project Tags cocos2d

Refine results Project Tags gamedev (2) opengl (2) python (1) game-engine (1) objective-c (1) 2d (1) pyglet (1) multi-platform (1)

[2 total ]
5

cocos2d

 
Primary Language: Python Licensed as: BSD-ish License

cocos2d is a framework for building 2d games, demos, and other graphical/interactive applications. It is built over pyglet. It provides some conventions and classes to help you structure a "scene based application".

Metrics updated about 22 hours ago

1

cocos2d-iphone

 
Primary Language: Objective C Licensed as: GNU Lesser General Public License 3

cocos2d-iphone is a framework for building 2D games, demos, and other graphical/interactive applications. It is based on the cocos2d design: it uses the same API, but instead of using python it uses objective-c. A cocos2d-iphone application ... [More] consists of several scenes, and a workflow connecting the different scenes. It provides you with a "director" (a singleton) which handles that workflow between scenes. Each scene is composed of an arbitrary number of layers; layers take care of drawing to the screen (using the OpenGL ES APIs), handling events and in general contain all of the game/application logic. [Less]

Metrics updated about 11 hours ago