servo/pathfinder
A fast, practical GPU rasterizer for fonts and vector graphics observed · 2026-08-28
Health v2 · maintenance only
58/100
- Activity 78
- Release rhythm 8
- Longevity 100
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: 3525
- days_rel: n/a
- days_push: 132
- n_releases_24m: 0
Adoption not part of the score
3896 stars · 238 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Pathfinder 3 is a fast GPU-based rasterizer for fonts and vector graphics, usable from Rust or C/C++ via a canvas-like API. It supports OpenGL 3.0+, OpenGL ES 3.0+, WebGL 2, and Metal, with compute-shader and hardware rasterization backends.
Use cases
- render vector graphics on the GPU in a Rust app
- fast font rendering with subpixel antialiasing
- render SVG efficiently at high performance
- replace CPU rasterizers with GPU-accelerated 2D rendering
- embed canvas-style 2D drawing in a C/C++ application
- render text with hinting and gamma correction on LCD screens
When to choose
- you need high-performance 2D vector or font rendering accelerated by the GPU
- you want a canvas-like API in Rust or C/C++
- you need high-quality antialiasing or advanced text rendering features
- your workload involves many overlapping vector paths or SVG content
When to avoid
- you need a fully complete, production-hardened rasterizer - the project is under heavy development and incomplete in areas
- you need Direct3D or Vulkan backends - none exist yet
- you only need simple CPU-based rendering without GPU dependencies
- you need complete C bindings - they are less mature than the Rust API
Facets
library · maturity active
graphics image-processing gpu-computing graphics web-development developer-tools rust cpp cross-platform font-rendering vector-graphics rasterization opengl metal webgl svg canvas-api antialiasing gpu
1 source
- readme: https://github.com/servo/pathfinder · fetched 2026-08-28 · 151e4ee3aec2
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| servo/pathfinder | main | 58 |
For agents
markdown · JSON · MCP: product_card(name="servo/pathfinder")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem