grovesNL/glow
GL on Whatever: a set of bindings to run GL anywhere and avoid target-specific code observed · 2026-08-28
Health v2 · maintenance only
73/100
- Activity 91
- 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-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 2805
- days_rel: n/a
- days_push: 55
- n_releases_24m: 0
Adoption not part of the score
1500 stars · 159 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
glow is a Rust library providing unified bindings to OpenGL, OpenGL ES, and WebGL, letting you write GL code once and run it anywhere. It abstracts away target-specific differences so the same rendering code works natively and in the browser via WebAssembly.
Use cases
- write OpenGL code in Rust that also runs as WebGL in the browser
- avoid target-specific GL code across desktop and web builds
- render graphics with a single API over OpenGL and OpenGL ES
- build a Rust game or renderer targeting native and wasm
- port a native GL renderer to WebAssembly
When to choose
- you need one GL binding crate that works on desktop, mobile, and web
- you want to compile Rust graphics code to wasm and run WebGL
- you want a thin, low-level GL API without heavy abstractions
When to avoid
- you need Vulkan, Metal, or DirectX instead of GL-family APIs
- you want a high-level rendering engine rather than raw GL bindings
- you need compute shaders or features beyond what WebGL exposes
Facets
library · maturity stable
graphics sdk graphics web-development cross-platform rust wasm cross-platform opengl opengl-es webgl bindings rendering game-development desktop
2 sources
- readme: https://github.com/grovesNL/glow · fetched 2026-08-28 · 93648bb37abb
- registry_crates: https://crates.io/api/v1/crates/glow · fetched 2026-08-29 · e91998f5616d
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| grovesNL/glow | main | 73 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem