cocos2D for iPhone is an Objective-C port of the cocos2D (Python) framework for building 2D games and graphical applications for iOS devices. Despite its name, cocos2D-iphone supports building Mac OS X applications as well.

learn more… | top users | synonyms

0
votes
0answers
29 views
+50

Cocos2d set display frame Async

So I am making a kids game which is like the following : I have around 118 different CENTER_OBJECTS like Apple , Ball , Cat etc which will be placed in the center and ALPHABETS revolve around it , ...