wgpu-3dgs-viewer 0.7.0

A 3D Gaussian splatting viewing library written in Rust using wgpu.
Documentation
1
2
3
4
5
6
7
# Examples

This directory contains example programs demonstrating how to use the `wgpu-3dgs-viewer` crate.

Please refer to the documentation in each example file for detailed explanations and usage instructions.

Shaders used in these examples can be found in the [shader](./shader/) directory. Utility functions for creating the window and handling events are located in the [util](./util/) directory.