Cocos2D-iPhone Applications

0 comments
Cocos2D is an open source engine available for developing on the iPhone or Android. It used for building 2D games, demos, and other graphical interactive applications. Several popular games have been published with Cocos2D.
Cocos2D is only available for the iPhone or android.

Cocos2d for iPhone is an Objective-C port for IOS. It has same design and concepts as the original framework. The API comes integrated with BOX2D and Chipmunk physics engines.
Cocos2d for Android is a Java port for android. it is based on cocos2d for iPhone.
The disadvantage of Cocos2D is its not as powerful as OpenGL ES. On other side Advantage of Cocos2D is Its easy to learn and includes popular physics engines.

Following are the features of Cocos2D
1.    It uses a familiar API, and comes with lots of sample code.
2.    It uses the OpenGL ES best practices and optimized data structures.
3.    It is easy to integrate and extend with 3rd party libraries.
4.    It is open source, So its Free.
5.    Cocos2d has an big, active and friendly community for support.
6.    AppStore has no any restriction on applications developed using Cocos2D.



Post a Comment