box2d_flame 0.4.4 copy "box2d_flame: ^0.4.4" to clipboard
box2d_flame: ^0.4.4 copied to clipboard

discontinuedreplaced by: forge2d
outdated

A Dart 2D physics engine, port from the Java version, works for Web/Flutter

0.4.0 #

  • Breaking: Made package strong-mode compliant (with implicit-casts and implicit-dynamic off). This means many API points are now more strongly typed (num is now double). Fix errors by providing doubles where they are expected (1 will become 1.0 and num fraction = .5 will become double fraction = .5), and explicitly casting joints (world.createJoint(jointDef) as RevoluteJoint).
  • Pulled in optimizations and bug fixes from the original jbox2d project.
  • Made velocityThreshold mutable (as per jbox2d and other box2d implementations).

0.3.0 #

  • Updated to vector_math 2.0.0

0.2.0 #

  • Complete re-write. Many APIs have changed.
18
likes
0
pub points
61%
popularity

Publisher

verified publisherflame-engine.org

A Dart 2D physics engine, port from the Java version, works for Web/Flutter

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

vector_math

More

Packages that depend on box2d_flame