flame_3d 0.1.0-dev.1 copy "flame_3d: ^0.1.0-dev.1" to clipboard
flame_3d: ^0.1.0-dev.1 copied to clipboard

Experimental 3D support for the Flame Engine

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flame_3d

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  flame_3d: ^0.1.0-dev.1

Alternatively, 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:flame_3d/camera.dart';
import 'package:flame_3d/components.dart';
import 'package:flame_3d/extensions.dart';
import 'package:flame_3d/game.dart';
import 'package:flame_3d/graphics.dart';
import 'package:flame_3d/resources.dart';
12
likes
80
pub points
52%
popularity

Publisher

verified publisherflame-engine.org

Experimental 3D support for the Flame Engine

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

Funding

Consider supporting this project:

opencollective.com
github.com
patreon.com

License

MIT (LICENSE)

Dependencies

flame, flutter, flutter_gpu, vector_math

More

Packages that depend on flame_3d