# @luma.gl/gpgpu

> General-purpose GPU data and computation for luma.gl

Latest version **9.4.1** (published 2026-09-11) · MIT license · 0 weekly downloads

## Install

```sh
npm install @luma.gl/gpgpu
pnpm add @luma.gl/gpgpu
yarn add @luma.gl/gpgpu
bun add @luma.gl/gpgpu
```

## Health

**Score 55/100 (C)** — status: active.

Positive: no vulnerabilities; recently updated; high maintenance score.

Warnings: low downloads; no types; no esm support.

## Facts

| | |
|---|---|
| Version | 9.4.1 |
| Published | 2026-09-11 |
| First published | 2019-01-07 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 2472 |
| Maintainers | pessimistress, ibgreen, felixpalmer, belom88, donmccurdy, kaapp, chrisgervang |
| Keywords | webgl, visualization, animation, 3d |

## Links

- npm: https://www.npmjs.com/package/@luma.gl/gpgpu
- Repository: https://github.com/visgl/luma.gl
- Homepage: https://github.com/visgl/luma.gl#readme
- Issues: https://github.com/visgl/luma.gl/issues
- npm.io page: https://npm.io/package/@luma.gl/gpgpu

## Alternatives

- [@luma.gl/experimental](https://npm.io/package/@luma.gl/experimental.md) — 77.1K weekly downloads
- [persona-harness](https://npm.io/package/persona-harness.md) — 4.7K weekly downloads
- [@tsparticles/effect-bubble](https://npm.io/package/@tsparticles/effect-bubble.md) — 4.6K weekly downloads
- [f3d](https://npm.io/package/f3d.md) — 730 weekly downloads
- [spark-html-motion](https://npm.io/package/spark-html-motion.md) — 298 weekly downloads

## Recent versions

- 9.4.1 (latest) — 2026-09-11
- 10.0.0-alpha.1 (beta) — 2026-09-17
- 9.4.0 — 2026-09-05
- 9.4.0-beta.7 — 2026-09-03
- 9.4.0-beta.6 — 2026-09-02
- 9.4.0-beta.5 — 2026-09-02
- 9.4.0-beta.4 — 2026-08-30
- 9.4.0-beta.3 — 2026-08-24
- 9.4.0-beta.2 — 2026-08-21
- 9.4.0-beta.1 — 2026-08-21
- 9.4.0-alpha.4 — 2026-08-03
- 9.4.0-alpha.3 — 2026-08-02
- 9.4.0-alpha.2 — 2026-07-31
- 7.3.2 — 2019-10-15
- 7.4.0-alpha.2 — 2019-10-04
- … 74 more at https://npm.io/package/@luma.gl/gpgpu/versions

## README

# @luma.gl/gpgpu

General-purpose GPU data and computation for luma.gl.

The stable package root provides the existing portable GPGPU evaluators. Version 9.4 also exposes
an experimental data subpath that is not re-exported from the root:

- `@luma.gl/gpgpu/gpu-data` for `GPUData`, `GPUDataView`, `GPUVector`, `GPUConstant`, memory formats,
  and basic buffer/layout helpers.

These experimental subpaths have no 9.4 semver compatibility promise. Higher-level record batches,
tables, schemas, bindings, and table planners live in `@luma.gl/experimental/gpu-tables`; path and
polygon rendering models live in `@luma.gl/experimental/models`.

See [luma.gl](https://luma.gl) for documentation.

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