fourdgs 0.1.0 copy "fourdgs: ^0.1.0" to clipboard
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 fourdgs

Use 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 fourdgs

With Flutter:

 $ flutter pub add fourdgs

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

dependencies:
  fourdgs: ^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:fourdgs/fourdgs.dart';
1
likes
160
points
--
downloads

Documentation

Documentation
API reference

Publisher

verified publisheravala.ai

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.

Homepage
Repository (GitHub)
View/report issues
Contributing

Topics

#gaussian-splatting #graphics #codec #binary-format

License

Apache-2.0 (license)

Dependencies

archive

More

Packages that depend on fourdgs