@cesium/wasm-splats
v0.1.0-alpha.2
Published
Contains high-performance algorithms used in the rendering of Gaussian Splats in CesiumJS.
Keywords
Readme
wasm-splats
The wasm-splats package contains high-performance algorithms used in the rendering of Gaussian Splats in CesiumJS.
Getting Started
Follow the instructions in the cesium-wasm-utils README to clone the repository and install prerequisites.
Building
To build the package, run:
wasm-pack build --release --target web --scope cesiumThis will output a pkg directory containing the compiled WebAssembly module and JavaScript bindings.
Testing
To run the unit and integration tests, run:
wasm-pack test --headless --chrome --firefoxIn macOS, you can also add --safari to run the tests in Safari.
