Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yannickl/Box2D-Examples

Box2D examples (Ragdoll, Buoyancy, etc.) for Cocos2D for iPhone
https://github.com/yannickl/Box2D-Examples

Last synced: about 1 month ago
JSON representation

Box2D examples (Ragdoll, Buoyancy, etc.) for Cocos2D for iPhone

Awesome Lists containing this project

README

        

Box2D-Example
=====================

What is this?
-------------

This project brings together some examples I made (or converted) ​​with Box2D for cocos2d.
The examples use the multi-touch and the accelerometer to allow users to enhance its user experience.

Available examples list:
--------------
* Ragdoll
* Buoyancy
* Slice/Cut/Split body

You can see a demo on youtube here: http://youtu.be/K_HnNQrk8O0

How to get the source?
----------------
```
git clone [email protected]:YannickL/Box2D-Examples.git

# to get latest stable source from master branch, use this command:
git checkout -t origin/master
```