Skip to content
psineur edited this page Jun 11, 2011 · 15 revisions

Welcome to the cocos2d-iphone-extensions wiki!

Looking for Roadmap or TODO's? Check the issues page.
Want to share your own extension for cocos2d? Read this: Adding-new-Extension
Know something that should be inlcuded in cocos2d-extensions-repo? Create an Issue

Working on this Repo

We use this well-known branching model: http://nvie.com/posts/a-successful-git-branching-model/ with few exceptions:

  1. If release branch isn't needed - it is not used (only one person have rights to push on develop, or theres no possible bugs, or no special versioning needed).
  2. Feature branches can be used only for experiments, which are complicated and may fail. Normally all new features should be added within develop branch.

Extensions Overview

Extensions 0.1 Video Overview: http://www.youtube.com/watch?v=jnA3oq1A0YY

Clone this wiki locally