智慧水务管理系统 - 精河县供水工程综合管理平台
bot_dev1 85df71fc28 feat: 实现供水运营专题大屏BI可视化 4 giorni fa
..
README.md feat: 实现供水运营专题大屏BI可视化 4 giorni fa
package.json feat: 实现供水运营专题大屏BI可视化 4 giorni fa
wasm_splats.d.ts feat: 实现供水运营专题大屏BI可视化 4 giorni fa
wasm_splats.js feat: 实现供水运营专题大屏BI可视化 4 giorni fa
wasm_splats_bg.wasm feat: 实现供水运营专题大屏BI可视化 4 giorni fa

README.md

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.