flame_3d 0.1.0-dev.4 copy "flame_3d: ^0.1.0-dev.4" to clipboard
flame_3d: ^0.1.0-dev.4 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.4

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/core.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';
20
likes
130
points
50
downloads

Publisher

verified publisherflame-engine.org

Weekly Downloads

Experimental 3D support for the Flame Engine

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

Funding

Consider supporting this project:

opencollective.com
github.com
patreon.com

License

MIT (license)

Dependencies

flame, flutter, flutter_gpu, meta, ordered_set, vector_math

More

Packages that depend on flame_3d