Files
flame/doc/box2d.md
2019-07-10 19:28:28 -03:00

359 B

Box2d

Altough Flame does not implements Box2d itself, it bundles a forked port of the Java Box2d to Dart by Google.

The source of the bundled box2d on Flame can be found here.

There is also a simple example game that can be used as reference of how to use box2d on Flame here.