1
0
forked from Rowland/EG
EG/Cesium-1.132/node_modules/@cesium/wasm-splats
2025-08-25 17:48:13 +08:00
..
package.json 补充Cesium文件 2025-08-25 17:48:13 +08:00
README.md 补充Cesium文件 2025-08-25 17:48:13 +08:00
wasm_splats_bg.wasm 补充Cesium文件 2025-08-25 17:48:13 +08:00
wasm_splats.d.ts 补充Cesium文件 2025-08-25 17:48:13 +08:00
wasm_splats.js 补充Cesium文件 2025-08-25 17:48:13 +08:00

wasm-splats

wasm-splats CI npm

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 cesium

This 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 --firefox

In macOS, you can also add --safari to run the tests in Safari.