mchoe/SwiftSVG
A simple, performant, and lightweight SVG parser observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
Flags: no_license
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: 4197
- days_rel: n/a
- days_push: 1521
- n_releases_24m: 0
Adoption not part of the score
2000 stars · 229 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
SwiftSVG is a lightweight, performant SVG parser library for Swift that converts SVG files into native iOS/macOS drawing primitives like UIBezierPath, CAShapeLayer, and UIView. It is designed for flat, solid-color SVG elements such as app icons, not full SVG feature coverage.
Use cases
- render svg icons in an ios app
- theme svg icons at runtime for light and dark mode
- convert svg paths to uibezierpath
- display many svg files quickly on ios
- parse svg shapes into cashapelayer
- use svg in interface builder with ibdesignable views
When to choose
- you need fast rendering of flat, solid-color svg icons on apple platforms
- you want to recolor or theme svg icons at runtime
- you need a lightweight svg parser without gradients, text, or animation support
- you want multiple output interfaces like UIView, CALayer, or UIBezierPath
When to avoid
- your svgs use gradients, text, or animations
- you need a full-featured, spec-compliant svg renderer
- you are not targeting apple/swift platforms
- you need cross-platform svg rendering outside the Apple ecosystem
Facets
library · maturity maintenance
parser image-processing ui-components graphics mobile-development web-development cross-platform svg swift uikit bezier-path cashapelayer icons vector-graphics ios macos
1 source
- readme: https://github.com/mchoe/SwiftSVG · fetched 2026-08-28 · f7c9ca3e6026
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| mchoe/SwiftSVG | main | 23 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem