forge2d 0.15.0
forge2d: ^0.15.0 copied to clipboard
A 2D physics engine for Dart, binding to the native Box2D v3 library. Also works with the Flame game engine in Flutter.
Examples for Forge2D #
An interactive gallery of physics demos running on the WebAssembly backend, deployed to GitHub Pages from main. Run it locally with:
dart run build_runner serve web:8080 --release
The console examples of the native backend still live in bin/:
dart run bin/hello_world.dart
dart run bin/car.dart
dart run bin/domino_tower.dart