Archive

Archive for February, 2010

Rope Simulation with Cocos2d and Box2d

February 5th, 2010 admin No comments

This post presents a good idea on how to simulate a rope using the distance joint in Box2d . I re-implemented it using  Cocos2d.  If you have got problems, please refer to that post for more details or leave a comment. In addition, you can also find another way of simulating a rope using Box2d from here. Read more…

Categories: iPhone Development