Extensions and utility classes for cocos2d-iphone.
cocos2d-iphone-ext, will include various classes and libraries, not suitet for release with the official cocos2d-iphone. Some classes might initially be added to this repository, and then later be moved to cocos2d-iphone, when a new version is released.
V3.1 release.
All extensions are placed in the folder [Extensions]. There is no need to install anything. To use an extension with your project, simply copy the files from the extension folder, into your project. If an extensions uses other extensions, this will be listed in the extension description. These additional extensions should also be copied into your project.
If you download the entire repository, you will be able to find at least one test of each extension, showing the basics of how it is used. Please note, that as long as the repo is in beta stage, there might be changes to the extensions.
CCTransformationNode is still experimental
The following extensions are currently being worked on. If you have additional ideas, please contact @Birkemose in the forum.
CCSpine
Adding vertex animations. Requires rewrite of the render part.
Please note!
Esoteric has just released their 3.1 runtime.
CCSpriteGrid
In development
CCLineDrawer
Review of existing code, and possible cocos2d'ification
CCDrawNode
Adding immediate mode drawing of primitives in node space
CCSpriteMultiTouch
First version just added
CCTransformationNode
Still needs to be improved on the matrix handling
CCJoystick
In development