flutter_scene 0.20.0 copy "flutter_scene: ^0.20.0" to clipboard
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_scene

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

dependencies:
  flutter_scene: ^0.20.0

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: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';
240
likes
160
points
26.8k
downloads
screenshot

Documentation

API reference

Publisher

verified publisherbdero.dev

Weekly Downloads

A flexible realtime 3D engine for Flutter games and apps, with glTF models, physics, skeletal animation, and PBR lighting.

Repository (GitHub)
View/report issues

Topics

#graphics #gltf #game #physics #animation

License

MIT (license)

Dependencies

args, collection, data_assets, flat_buffers, flutter, flutter_gpu, flutter_gpu_shaders, hooks, image, logging, scene, vector_math, web

More

Packages that depend on flutter_scene