# google/forma

An efficient vector-graphics renderer

Repository: https://github.com/google/forma
Canonical: https://ross.abutalabs.com/products/forma
Language: Rust
License: Apache-2.0
License Family: permissive
Archived: true
Last push: 2023-05-16T14:42:30+00:00

## Health v2 (maintenance only)
Score: 10/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 35, longevity 98
- inputs: {"age_days": 1385, "days_push": 1205, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, archived
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2641, forks 55 (observed 2026-08-28T04:07:06.513454+00:00)

## What it is
Forma is an experimental, thoroughly parallelized vector-graphics renderer written in Rust with both CPU (SIMD + Rayon) and GPU (wgpu/WebGPU) back-ends. It implements a simple 4-stage pipeline (curve flattening, rasterization, sorting, painting) with a focus on portability, performance, and minimal dependencies.

## Use cases
- render vector graphics in Rust
- rasterize bezier curves to pixels
- GPU-accelerated 2D rendering
- software rasterizer for vector paths
- embed a vector renderer in a cross-platform app
- render vector graphics on mobile and desktop

## When to choose
- you need a portable Rust vector renderer across Fuchsia, Linux, macOS, Windows, Android, and iOS
- you want both CPU and GPU rendering back-ends
- performance matters and you want a parallelized rasterization pipeline
- you want a small dependency footprint focused purely on vector graphics

## When to avoid
- you need a stable, production-mature renderer - the project is explicitly experimental
- you need full 2D graphics features beyond vector rendering (text layout, images, effects)
- you need an actively maintained project - the latest release dates to mid-2023
- you prefer a widely adopted renderer like Skia or Vello with larger ecosystems

## Facets
- artifact type: library
- maturity: experimental
- function: graphics, image-processing
- domain: graphics, cross-platform
- platform: rust, cross-platform, windows
- tags: vector-graphics, renderer, cpu-rendering, gpu-rendering, wgpu, simd, rasterization, 2d-graphics, gpu, linux, macos, android, ios

## Member repositories
- google/forma (main) score 10

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:06.513454+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-30T02:19:04.206855+00:00, confidence not recorded.
  - readme: https://github.com/google/forma (fetched 2026-08-28T04:07:06.513454+00:00, sha 40a78b16d4ad)
- Data as of 2026-08-30T08:39:29.467469+00:00.
