dmah42 / dart-box2d

Box2D for Dart
http://dart-lang.github.io/dart-box2d/
34 stars 5 forks source link

Port more joint types from Box2D #11

Open dmah42 opened 11 years ago

dmah42 commented 11 years ago

The latest Box2D (and JBox2D) have a greater range of joint types. We should port the extra types to Dart.

These include:

FrictionJoint GearJoint MouseJoint PrismaticJoint PulleyJoint WeldJoint WheelJoint

RopeJoint is in Box2d but not in JBox2d

dmah42 commented 11 years ago

FrictionJoint added in 89caf89