glb_stream 0.1.0 copy "glb_stream: ^0.1.0" to clipboard
glb_stream: ^0.1.0 copied to clipboard

A pure-Dart streaming parser for glTF 2.0 binary container (.glb) files. Yields header + JSON chunk + binary chunk progressively from any Stream of bytes.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add glb_stream

With Flutter:

 $ flutter pub add glb_stream

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

dependencies:
  glb_stream: ^0.1.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:glb_stream/glb_stream.dart';
0
likes
140
points
133
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A pure-Dart streaming parser for glTF 2.0 binary container (.glb) files. Yields header + JSON chunk + binary chunk progressively from any Stream of bytes.

Repository (GitHub)
View/report issues

Topics

#graphics #gltf #glb #streaming

License

BSD-3-Clause (license)

More

Packages that depend on glb_stream