wgpu-3dgs-core 0.7.0

A 3D Gaussian splatting library written in Rust using wgpu.
Documentation
1
2
3
4
5
6
7
8
9
10
11
# Coverage

This directory contains code coverage reports.

The coverage reports are generated using the [run.ps1](./run.ps1) (for Windows) and [run.sh](./run.sh) (for Linux/\*nix) scripts.

To run the script, you need to install [cargo-llvm-cov](https://crates.io/crates/cargo-llvm-cov) and [cargo-nextest](https://crates.io/crates/cargo-nextest).

> [!NOTE]
>
> Because the crate requires GPU support, the coverage report is not run in CI.