sjf0213 / Box2D-Examples

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 git@github.com:YannickL/Box2D-Examples.git

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

About

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


Languages

Language:Objective-C 66.1%Language:C++ 25.8%Language:C 5.6%Language:Objective-C++ 2.4%