Ross ROSS = Recommend OSS · open-source software intelligence for agents

linebender/tiny-skia

A tiny Skia subset ported to Rust observed · 2026-08-28

github.com/linebender/tiny-skia · Rust · BSD-3-Clause (permissive) observed · 2026-08-28

Health v2 · maintenance only

76/100

  • Activity 98
  • 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-02. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 2205
  • days_rel: n/a
  • days_push: 13
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1627 stars · 97 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

tiny-skia is a minimal, CPU-only 2D rendering library for Rust, ported from a subset of Google's Skia. It supports common 2D operations like filling, stroking, gradients, clipping, and image blending, with a focus on rendering quality, speed, and small binary size.

Use cases

  • render 2D shapes and images in Rust without heavy C++ dependencies
  • draw filled and stroked paths with gradients or patterns
  • generate PNG images programmatically in Rust
  • embed a lightweight raster renderer in a GUI or SVG renderer
  • replace Skia or cairo with a small pure-Rust 2D graphics library
  • blend and composite images with clipping in a Rust application

When to choose

  • you need a small, fast, pure-Rust 2D raster renderer with minimal build complexity
  • you want Skia-quality CPU rendering without Skia's huge binary and toolchain requirements
  • you're building an SVG renderer or similar tool that doesn't need text rendering
  • binary size and compile time matter for your project

When to avoid

  • you need text rendering, which is not supported
  • you need GPU-accelerated rendering or output formats like SVG or PDF
  • you need maximum rendering performance, since it is 20-300% slower than Skia
  • you need a full-featured graphics stack like Qt or cairo

Facets

library · maturity active

graphics image-processing graphics web-development developer-tools rust cross-platform 2d-graphics rasterization skia-port cpu-rendering png canvas

2 sources

Member repositories

RepositoryRoleHealth v2
linebender/tiny-skiamain76

For agents

markdown · JSON · MCP: product_card(name="linebender/tiny-skia")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem