memononen/nanosvg
Simple stupid SVG parser 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-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4715
- days_rel: n/a
- days_push: 55
- n_releases_24m: 0
Adoption not part of the score
2018 stars · 415 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
NanoSVG is a simple single-header C library that parses SVG files into a list of cubic bezier shapes, with an accompanying lightweight rasterizer for rendering flat filled shapes. It is suited for tasks like rendering scalable icons or feeding path data to other tools.
Use cases
- parse svg files in c
- render scalable icons in an editor application
- convert svg paths to bezier shapes
- bake icons of different sizes into a texture
- extract svg path data for cnc cutting
- prototype vector graphics in a game
When to choose
- you need a tiny dependency-free SVG parser in C or C++
- you want to rasterize simple SVG icons into textures
- you need path geometry output rather than a full SVG renderer
When to avoid
- you need full SVG spec compliance including filters, gradients, or text
- you need a fast, accurate rasterizer for complex artwork
- you need an actively maintained project with bug fix guarantees
Facets
library · maturity maintenance
parser image-processing graphics graphics files developer-tools cross-platform cpp c svg single-header rasterizer vector-graphics c
1 source
- readme: https://github.com/memononen/nanosvg · fetched 2026-08-28 · 6307084bc232
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| memononen/nanosvg | main | 73 |
For agents
markdown · JSON · MCP: product_card(name="memononen/nanosvg")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem