[Go to site: main page, start]

forge2d 0.15.1 copy "forge2d: ^0.15.1" to clipboard
forge2d: ^0.15.1 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.

example/README.md

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