wgpu-3dgs-core 0.7.0

A 3D Gaussian splatting library written in Rust using wgpu.
Documentation
1
2
3
4
5
mod ply;
mod spz;

pub use ply::*;
pub use spz::*;