public
Description: Custom modifications made on top of the cocos2d-iphone project
Homepage:
Clone URL: git://github.com/nullstyle/cocos2d-iphone.git
name age message
file .gitignore Sun Mar 29 19:52:32 -0700 2009 Improve ignore file [nullstyle]
file AUTHORS Thu Mar 26 16:15:30 -0700 2009 fixed issue #277 git-svn-id: http://cocos2d-i... [ricardoquesada]
file CHANGELOG Fri Mar 27 14:31:03 -0700 2009 oops... setString must release previous allocat... [ricardoquesada]
file DONORS Wed Mar 25 03:30:00 -0700 2009 added AFKSoft to donors git-svn-id: http://coc... [ricardoquesada]
file LICENSE Tue Dec 23 15:00:01 -0800 2008 fixed issue #111 and issue #120 git-svn-id: ht... [ricardoquesada]
file LICENSE.TouchJSON Thu Mar 12 19:01:24 -0700 2009 using udpated TouchJSON from svn git-svn-id: h... [ricardoquesada]
file LICENSE.artwork Fri Mar 13 10:42:40 -0700 2009 improved animation API. Sprite and AtlasSprite ... [ricardoquesada]
file LICENSE.chipmunk Mon Oct 20 08:33:30 -0700 2008 fixed issue #51 git-svn-id: http://cocos2d-iph... [ricardoquesada]
file README Sat Mar 21 07:31:22 -0700 2009 fixed issue #272 git-svn-id: http://cocos2d-ip... [ricardoquesada]
directory Resources/ Fri Mar 27 13:50:53 -0700 2009 fixed issue #282 git-svn-id: http://cocos2d-ip... [ricardoquesada]
directory cocos2d-iphone.xcodeproj/ Fri Mar 27 13:50:53 -0700 2009 fixed issue #282 git-svn-id: http://cocos2d-ip... [ricardoquesada]
directory cocos2d/ Sun Mar 29 20:19:59 -0700 2009 Add array support to menu [nullstyle]
directory cocoslive/ Fri Mar 20 13:05:32 -0700 2009 ouch git-svn-id: http://cocos2d-iphone.googlec... [ricardoquesada]
file doxygen.config Thu Mar 19 06:37:02 -0700 2009 better doxygen documentation git-svn-id: http:... [ricardoquesada]
directory experimental/ Thu Mar 26 03:39:18 -0700 2009 Sound Engine: Added support for decoding Ogg Vo... [dumitrescu]
directory external/ Thu Mar 26 03:39:18 -0700 2009 Sound Engine: Added support for decoding Ogg Vo... [dumitrescu]
directory tests/ Fri Mar 27 12:14:18 -0700 2009 added TextureAtlas#removeQuad part of issue #2... [ricardoquesada]
directory tools/ Fri Mar 20 12:04:24 -0700 2009 oops git-svn-id: http://cocos2d-iphone.googlec... [ricardoquesada]
README
cocos2d for iPhone
------------------

cocos2d for iPhone[1] is a framework for building 2D games, demos, and other
graphical/interactive applications. It is based on the cocos2d [2] (python)
design:
  it uses the same API and design, but instead of using python it uses objective-c.


Main features
    * Scene management (workflow)
    * Transitions between scenes
    * Sprites and Sprite Sheets
    * Effects: Lens, Ripple, Waves, Liquid, etc.
    * Actions (behaviours): 
        * Trasformation Actions: Move, Rotate, Scale, Jump, etc.
        * Composable actions: Sequence, Spawn, Repeat, Reverse
        * Ease Actions: Exp, Sin, Cubic, etc.
        * Misc actions: CallFunc, OrbitCamera
    * Basic menus and buttons
    * Integrated Chipmunk 2d physics engine
    * Particle system
    * Text rendering support
    * Texture Atlas support
    * Tile Map support
    * Parallax scrolling support
    * High Score server
    * Touch/Accelerometer support
    * Portrait and Landscape mode
    * Integrated Pause/Resume
    * Supports PowerVR Texture Compression (PVRTC) format
    * Language: objective-c
    * Open Source: Compatible with open and closed source projects
    * OpenGL ES 1.1 based 

Experimental features:
    * Motion Streak / Ribbon support
    * Sound Engine support

This library does not work with the toolchain, but it
should be easy to port it to it.


Build Requeriments
------------------

Mac OS X 10.5.3, Xcode 3.1, iPhone OS 2.0, Beta 8 release or later


Runtime Requirements
--------------------

Mac OS X 10.5.3, iPhone OS 2.0, Beta 8 release or later



[1] http://code.google.com/p/cocos2d-iphone
[2] http://www.cocos2d.org