Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/yannickl/Box2D-Examples
- Owner: yannickl
- Created: 2011-06-22T20:55:03.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-07-30T18:02:09.000Z (over 12 years ago)
- Last Synced: 2024-04-21T10:12:30.437Z (8 months ago)
- Language: Objective-C
- Homepage:
- Size: 1.44 MB
- Stars: 69
- Watchers: 10
- Forks: 23
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome - Box2D-Examples - Box2D examples (Ragdoll, Buoyancy, etc.) for Cocos2D for iPhone (etc)
- awesome - Box2D-Examples - Box2D examples (Ragdoll, Buoyancy, etc.) for Cocos2D for iPhone (etc)
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 bodyYou 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
```