Welcome to Scene
Flutter Scene (the flutter_scene package) is a general-purpose, realtime 3D engine for Flutter. It renders glTF models, physically based and custom materials, image-based lighting, skinned animation, and physics, on top of Flutter GPU and Impeller. On the web it runs through a built-in WebGL2 backend.
Where to start
Section titled “Where to start”- Installation sets up the package and the platform requirements.
- Your first scene renders a spinning cube in a Flutter widget.
- Core concepts explains the scene graph, nodes, cameras, and the render loop.
From there, the Guides cover each subsystem in depth with live demos, and the API reference documents every public symbol.