behdad / box2d

Automatically exported from code.google.com/p/box2d
2 stars 12 forks source link

Non-core Joints #36

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Please refactor the library to facilitate extra joint types as a runtime
addition.

Details of the proposed implementation can be found here:
http://www.box2d.org/forum/viewtopic.php?f=4&t=3970

Original issue reported on code.google.com by sadwanm...@gmail.com on 17 Nov 2009 at 7:58

GoogleCodeExporter commented 9 years ago
I implemented a weld joint and friction joint.

I have not yet seen a user created joint that I would feel comfortable 
supporting. Lets 
see how well I'm able to keep up with new joint requests over the next few 
months 
before I implement this feature.

Original comment by erinca...@gmail.com on 23 Nov 2009 at 9:50

GoogleCodeExporter commented 9 years ago
Erin, how about a 'MaxDistance' joint.  We added this in Box2D.XNA because it's 
useful for connecting the first & last body of a rope so that the rope can lift 
a 
large load without breaking appart.

http://box2dxna.codeplex.com/SourceControl/changeset/view/35764#899429

Original comment by brandon....@gmail.com on 3 Apr 2010 at 5:45

GoogleCodeExporter commented 9 years ago
I haven't seen the community making high quality joints on their own. So it is 
up to me to implement them as needed.

Original comment by erinca...@gmail.com on 24 Mar 2011 at 6:43