flame_box2d 0.0.1 copy "flame_box2d: ^0.0.1" to clipboard
flame_box2d: ^0.0.1 copied to clipboard

discontinuedreplaced by: flame_forge2d

Box2D support for the Flame game engine. This uses the box2d.dart package and provides wrappers and components to be used inside Flame.

example/lib/main.dart

import 'package:flame/game.dart';
import 'package:flutter/widgets.dart' hide Animation;

void main() {
  WidgetsFlutterBinding.ensureInitialized();
  final Box2DGame game = Box2DGame();
  runApp(game.widget);
}

class Box2DGame extends BaseGame {}
0
likes
30
points
18
downloads

Publisher

verified publisherflame-engine.org

Weekly Downloads

Box2D support for the Flame game engine. This uses the box2d.dart package and provides wrappers and components to be used inside Flame.

License

MIT (license)

Dependencies

box2d_flame, flame, flutter

More

Packages that depend on flame_box2d