flutter_scene 0.20.0
flutter_scene: ^0.20.0 copied to clipboard
A flexible realtime 3D engine for Flutter games and apps, with glTF models, physics, skeletal animation, and PBR lighting.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add flutter_sceneThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
flutter_scene: ^0.20.0Alternatively, 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:flutter_scene/audio.dart';
import 'package:flutter_scene/build_hooks.dart';
import 'package:flutter_scene/fscene.dart';
import 'package:flutter_scene/gpu.dart';
import 'package:flutter_scene/noise.dart';
import 'package:flutter_scene/physics.dart';
import 'package:flutter_scene/scene.dart';