flame_forge2d 0.10.0 flame_forge2d: ^0.10.0 copied to clipboard
Forge2D (Box2D) support for the Flame game engine. This uses the forge2d package and provides wrappers and components to be used inside Flame.
Flame Forge2D - The bridge between Flame and Forge2D
This library acts as a bridge between Forge2D (our port of Box2D) and the Flame game engine.
Installation #
Add the following to the dependencies section of your pubspec.yaml
file:
dependencies:
flame: ^1.0.0-releasecandidate.16
flame_forge2d: ^0.8.2-releasecandidate.15
Examples #
In the example folder of this directory you can find some examples, and you can also find some examples in the Forge2D repository.
Documentation #
Some more documentation can be found here.