I'm looking to implement a simple ragdoll into a new game idea I'm working on. I'm wondering if anyone has any tutorials or code samples for creating a simple ragdoll with Chipmunk or Box2D ..
Thanks in advance!
Steve.
A fast, easy to use, free, and community supported 2D game engine
I'm looking to implement a simple ragdoll into a new game idea I'm working on. I'm wondering if anyone has any tutorials or code samples for creating a simple ragdoll with Chipmunk or Box2D ..
Thanks in advance!
Steve.
Box2D have some examples of ragdoll take a look!
I downloaded box2d straight from box2d.org because there is a "BipedTest" in the testbed but I can't seem to get it into my project. Anyone else have any luck getting that Biped test to work? Wondering why it's not included in the testbed for cocos2d.
^ that test isn't included in the cocos2d testbed because it isn't included in the version of Box2d that cocos2d is using (prerelease 2.1).
See here:
http://code.google.com/p/box2d/source/browse/#svn/trunk/Box2D/Examples/Testbed/Tests
You must log in to post.