How to create an extensible rope in Box2D?
- by Thomas
Let's say I'm trying to create a ninja lowering himself down a rope, or pulling himself back up, all whilst he might be swinging from side to side or hit by objects. Basically like http://ninja.frozenfractal.com/ but with Box2D instead of hacky JavaScript.
Ideally I would like to use a rope joint in Box2D that allows me to change the length after…