# @cesium/wasm-splats

> Contains high-performance algorithms used in the rendering of Gaussian Splats in CesiumJS.

Latest version **0.1.0-alpha.2** (published 2025-04-25) · Apache-2.0 license · 0 weekly downloads

## Install

```sh
npm install @cesium/wasm-splats
pnpm add @cesium/wasm-splats
yarn add @cesium/wasm-splats
bun add @cesium/wasm-splats
```

## Health

**Score 35/100 (D)** — status: maintenance-mode.

Positive: has types; esm support; no vulnerabilities.

Warnings: low downloads; pre 1.0.

Negative: stale; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.0-alpha.2 |
| Published | 2025-04-25 |
| First published | 2025-02-19 |
| Weekly downloads | 0 |
| License | Apache-2.0 |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 0 |
| Unpacked size | 40.2 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 15 |
| Maintainers | cesiumgsadmin, ggetz, lukemckinstry, jjspace, jjhembd, adamcesium |

## Links

- npm: https://www.npmjs.com/package/@cesium/wasm-splats
- Repository: https://github.com/CesiumGS/cesium-wasm-utils
- Homepage: https://cesium.com/cesiumjs/
- Issues: https://github.com/CesiumGS/cesium-wasm-utils/issues
- npm.io page: https://npm.io/package/@cesium/wasm-splats

## Recent versions

- 0.1.0-alpha.2 (latest) — 2025-04-25
- 0.1.0-alpha.1 — 2025-02-25
- 0.1.0-alpha — 2025-02-19

## README

# wasm-splats

[![wasm-splats CI](https://github.com/CesiumGS/cesium-wasm-utils/actions/workflows/wasm-splats-ci.yml/badge.svg)](https://github.com/CesiumGS/cesium-wasm-utils/actions/workflows/wasm-splats-ci.yml)
[![npm](https://img.shields.io/npm/v/@cesium/wasm-splats)](https://www.npmjs.com/package/@cesium/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](./README.md) to clone the repository and install
prerequisites.

### Building

To build the package, run:

```sh
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:

```sh
wasm-pack test --headless --chrome --firefox
```

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

---
_Source: https://npm.io/package/@cesium/wasm-splats · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
