A 3D model importer for Flutter Scene.
Features
This packages provides an offline 3D model importer for the flutter_scene package, consisting of:
- An offline importer binary that converts GLB files (the glTF binary format) into
modelfiles. - A Dart runtime that contains tools for deserializing the imported
modelfiles.
Libraries
- build_hooks
- constants
- flatbuffer
- generated/scene_impeller.fb_flatbuffers
- gltf
- Pure-data glTF / GLB parsing primitives.
- importer
- offline_import
- third_party/flat_buffers