regl-project/regl
👑 Functional WebGL observed · 2026-08-28
Health v2 · maintenance only
75/100
- Activity 96
- 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: 3845
- days_rel: n/a
- days_push: 29
- n_releases_24m: 0
Adoption not part of the score
5574 stars · 328 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
regl is a fast functional WebGL library for JavaScript that replaces the raw WebGL API with declarative resources and commands. It compiles state descriptions into optimized draw calls, removing shared mutable state from GPU programming.
Use cases
- render 2D and 3D graphics in the browser with WebGL
- write declarative GPU draw commands without managing WebGL state
- build data visualizations that need high-performance rendering
- create shader-based animations and generative art
- prototype graphics demos quickly in JavaScript
- draw thousands of objects efficiently with batched WebGL commands
When to choose
- you want a functional, stateless abstraction over raw WebGL
- you need high-performance rendering for visualizations or demos
- you prefer declaring draw state once and reusing compiled commands
- you want a lightweight library rather than a full 3D engine
When to avoid
- you need a full scene graph, cameras, and asset loading out of the box
- you are targeting WebGPU instead of WebGL
- you want a batteries-included game engine with physics and lighting
- you need React-style component integration without writing wrappers
Facets
library · maturity maintenance
graphics game-engine graphics web-development browser webgl opengl glsl functional-programming gpu data-visualization 3d-graphics rendering game-development javascript web
3 sources
- readme: https://github.com/regl-project/regl · fetched 2026-08-28 · d3a9bb3831dd
- homepage: https://regl-project.github.io/ · fetched 2026-08-29 · 44136fa355b3
- registry_npm: https://registry.npmjs.org/regl · fetched 2026-08-29 · 5bf8c44b8990
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| regl-project/regl | main | 75 |
For agents
markdown · JSON · MCP: product_card(name="regl-project/regl")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem