evanw/glfx.js
An image effects library for JavaScript using WebGL 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: 5574
- days_rel: n/a
- days_push: 1045
- n_releases_24m: 0
Adoption not part of the score
3451 stars · 409 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
glfx.js is a JavaScript library for applying real-time image effects and photo adjustments in the browser using WebGL. It leverages the GPU to perform effects like blurs, warps, and color adjustments that would be too slow with plain JavaScript.
Use cases
- apply photo filters in the browser in real time
- adjust brightness, contrast, and hue of images client-side
- warp or bulge parts of an image interactively
- build a browser-based photo editor
- apply GPU-accelerated blur and sharpen effects to canvas images
When to choose
- you need real-time image effects in the browser
- you want GPU-accelerated filters without writing WebGL shaders yourself
- you are building a client-side photo editing tool
When to avoid
- you need to process images on a server or in Node.js
- you must support very old browsers without WebGL
- you need to edit images from other domains due to same-origin policy restrictions
- you need a maintained library with active development
Facets
library · maturity maintenance
image-processing graphics image-processing web-development graphics browser webgl photo-effects realtime gpu-accelerated image-filters javascript
2 sources
- readme: https://github.com/evanw/glfx.js · fetched 2026-08-28 · 463e021bf4db
- homepage: https://evanw.github.io/glfx.js/ · fetched 2026-08-29 · 38dac19caee0
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| evanw/glfx.js | main | 32 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem