fourdgs 0.1.0
fourdgs: ^0.1.0 copied to clipboard
A decoder for the 4dgs container format: 4D gaussian splat scenes with native audio in a single seekable file. Streamed and indexed read paths, pure Dart.
Use this package as an executable
Install it
You can install the package from the command line:
dart pub global activate fourdgsUse it
The package has the following executables:
$ fourdgs
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add fourdgsWith Flutter:
$ flutter pub add fourdgsThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
fourdgs: ^0.1.0Alternatively, 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:fourdgs/fourdgs.dart';