VictorTaelin/WebMonkeys
Massively parallel GPU programming on JavaScript, simple and clean. observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3666
- days_rel: n/a
- days_push: 1181
- n_releases_24m: 0
Adoption not part of the score
1444 stars · 53 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A JavaScript library that lets you spawn thousands of parallel tasks on the GPU through a minimal set/get/work API, using GLSL 1.0 without requiring WebGL extensions. It works both in the browser (with browserify) and in Node.js.
Use cases
- run massively parallel computations on the gpu from javascript
- square or transform large arrays in parallel
- prototype gpu algorithms without learning webgl
- mine cryptocurrency hashes on the gpu
- do vector and matrix math in parallel in node
- offload cpu-heavy number crunching to the gpu
When to choose
- you want the simplest possible gpu programming api in javascript
- you need parallel array processing in the browser or node without webgl boilerplate
- you're prototyping gpu algorithms with glsl
When to avoid
- you need modern gpu features like compute shaders or webgpu
- you need high-performance production gpgpu with fine control over memory and kernels
- your workload is small enough that gpu transfer overhead outweighs gains
Facets
library · maturity maintenance
gpu-computing concurrency developer-tools developer-tools gpu-computing browser gpgpu webgl parallel-computing glsl algorithms nodejs javascript
1 source
- readme: https://github.com/VictorTaelin/WebMonkeys · fetched 2026-08-28 · 70e3328307e7
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| VictorTaelin/WebMonkeys | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="VictorTaelin/WebMonkeys")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem