jrmuizel/raqote
Rust 2D graphics library observed · 2026-08-28
Health v2 · maintenance only
35/100
- Activity 6
- 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: 2688
- days_rel: n/a
- days_push: 568
- n_releases_24m: 0
Adoption not part of the score
1178 stars · 65 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Raqote is a small, pure-Rust software 2D graphics library supporting path filling, stroking, dashing, gradients, clipping, and blend modes. It is used as a rendering backend by projects like Servo and resvg.
Use cases
- render 2D vector graphics in Rust
- draw paths and gradients to a PNG
- software rasterization backend for a canvas
- render SVG content without GPU
- draw shapes with clipping and blend modes
When to choose
- you need a dependency-light, pure-Rust 2D rasterizer
- you need CPU-based rendering without GPU dependencies
- you're building a canvas or SVG rendering backend in Rust
When to avoid
- you need GPU-accelerated rendering performance
- you need full 3D graphics
- you need a complete GUI toolkit
Facets
library · maturity active
graphics image-processing graphics web-development rust cross-platform 2d-graphics software-rendering rasterization canvas vector-graphics
2 sources
- readme: https://github.com/jrmuizel/raqote · fetched 2026-08-28 · 040b9c47b485
- registry_crates: https://crates.io/api/v1/crates/raqote · fetched 2026-08-29 · a4defb7c3c99
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| jrmuizel/raqote | main | 35 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem