a 2D framework for games and multimedia
Project description
cocos2d simplifies the game development in these areas:
Flow control: Manage the flow control between different scenes in an easy way
Sprites: Fast and easy sprites
Actions: Just tell sprites what you want them to do. Composable actions like move, rotate, scale and much more
Effects: Effects like waves, twirl, lens and much more
Tiled Maps: Support for rectangular and hexagonal tiled maps
Collision: Basic pure python support for collisions
Transitions: Move from scene to scene with style
Menus: Built in classes to create menus
Text Rendering: Label and HTMLLabel with action support
Built-in Python Interpreter: For debugging purposes
Acces to OpenGL functionality
and much more!http://cocos2d.org
Requirements
Software:
python 2.6, 2.7 or 3.3+
pyglet 1.2 or newer (http://www.pyglet.org)
Linux, Windows or Mac OS/X
Hardware:
- To execute some effects you will need a video card with the:
GL_EXT_framebuffer_object extension.
Installing
Being a pure python package the usual options are available; you can look at the INSTALL file for some details
Learning cocos2d
go to the online tuturials / documentation page: http://cocos2d.org/doc.html
- you will find:
. the Programming Guide . the API Reference . some tutorial videos
- The tutorials are included in the source package or can be download from:
Lot of miniprograms that demostrates the available objects and posible actions. There are a great starting point while learning and experimenting with cocos: you find a sample with the object that interest you exercising the features that you need, read the code, run, modify and re-run to experiment.
Also, handy to know what is available in cocos: run all the tests and by looking at the code you know what to look at in the docs.
You can find them at the test directory in the source distribution. After unpacking, to run the tests you can do
$ cd test $ python test_*.py
more complex sample programs
You can find it in the samples directory in the source distribution, and the most complex in subdrectories there, including a presentation done with Cocos himself.
After unpacking, to run the samples you can do
$ cd samples $ python sample_name.py
Do you have any doubt ? http://groups.google.com/group/cocos-discuss
Did you find any bug ? http://groups.google.com/group/cocos-discuss http://code.google.com/p/los-cocos/issues/list
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file cocos2d-0.6.0.zip
.
File metadata
- Download URL: cocos2d-0.6.0.zip
- Upload date:
- Size: 4.8 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9e8c9fee1419cfb6f5b39a0330ff30d50bc1215bf391f10e984a95a80b6cc633 |
|
MD5 | 7fb181a387038133fe15662c00d6cf9d |
|
BLAKE2b-256 | 14fe87144e48bc8567bf62056295d3d6ddf24439232ad3b47aa77f3771270139 |