stage_3d 0.1.0-beta.2
stage_3d: ^0.1.0-beta.2 copied to clipboard
Flutter 3D plugin with Google Filament rendering and Jolt Physics for GLB models, scene nodes, lighting, animation, and spatial queries.
Use this package as an executable
Install it
You can install the package from the command line:
dart pub global activate stage_3dUse it
The package has the following executables:
$ convert_model
$ convert_models
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add stage_3dThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
stage_3d: ^0.1.0-beta.2Alternatively, 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:stage_3d/stage_3d.dart';