goo2d_ffi_box2d 0.1.1
goo2d_ffi_box2d: ^0.1.1 copied to clipboard
Raw FFI bindings to Box2D v3.1.1 for the good game engine, with a vendored C shim and a worker-thread pool. Use goo2d_physics_box2d for the ECS- facing API instead.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add goo2d_ffi_box2dThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
goo2d_ffi_box2d: ^0.1.1Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:goo2d_ffi_box2d/goo2d_ffi_box2d.dart';