Chipmunk Physics
I’ve been working on my Chipmunk Physics library a lot lately. While ScribBall used this library to power it’s physics, it tapped into only a fraction of it’s power. A dozen or so other games (that I know of at least) use Chipmunk to power their gameplay as well.
I’ve completely rewritten the old joint code to be more generic, extendable and easier to add new joints. You can now tweak many parameters on individual joints such as a maximum force. Using some of these parameters, you can use joints to make winches or servo motors. I’ve also added a number of new joints such as damped rotary springs, angle limits, gears and a joint wrapper that allows joints to be broken.
Check out some of the new videos:
- Chipmunk Logo Smash – A logo composed of over 20,000 particles is smashed by a bullet. Captured in real-time!
- Breakable Joints
- Walking Machine – Inspired by the Dutch kinetic sculptor Theo Jansen. (Google for him, very cool stuff)
You can be certain that we’ll use some of these features in our future games. 🙂
Nice post u have here 😀 Added to my RSS reader
Sounds really sweet! Will these changes make their way into Chipmunk? If so, when?
Duh, looks like it’s there already! 🙂