# jrmuizel/raqote

Rust 2D graphics library

Repository: https://github.com/jrmuizel/raqote
Canonical: https://ross.abutalabs.com/products/raqote
Language: Rust
License: BSD-3-Clause
License Family: permissive
Last push: 2025-02-11T17:49:11+00:00

## Health v2 (maintenance only)
Score: 35/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 6, release rhythm 35, longevity 100
- inputs: {"age_days": 2688, "days_push": 568, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1178, forks 65 (observed 2026-08-28T04:03:52.962351+00:00)

## What it is
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
- artifact type: library
- maturity: active
- function: graphics, image-processing
- domain: graphics, web-development
- platform: rust, cross-platform
- tags: 2d-graphics, software-rendering, rasterization, canvas, vector-graphics

## Member repositories
- jrmuizel/raqote (main) score 35

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:52.962351+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T06:26:06.792213+00:00, confidence not recorded.
  - readme: https://github.com/jrmuizel/raqote (fetched 2026-08-28T04:03:52.962351+00:00, sha 040b9c47b485)
  - registry_crates: https://crates.io/api/v1/crates/raqote (fetched 2026-08-29T12:32:34.282930+00:00, sha a4defb7c3c99)
- Data as of 2026-08-30T08:39:29.467469+00:00.
