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

embedded-graphics/embedded-graphics

A no_std graphics library for embedded applications observed · 2026-08-28

github.com/embedded-graphics/embedded-graphics · Rust · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

76/100

  • Activity 95
  • Release rhythm 39
  • 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: 3131
  • days_rel: 199
  • days_push: 31
  • n_releases_24m: 1

Full methodology

Adoption not part of the score

1332 stars · 129 forks observed · 2026-08-28

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

A no_std 2D graphics library for Rust targeting memory-constrained embedded devices. It draws primitives, text, and images using an iterator-based approach without dynamic allocation or frame buffers.

Use cases

  • draw shapes and text on small embedded displays
  • render graphics on microcontrollers without a heap allocator
  • display UI elements on an OLED or e-ink screen in Rust
  • draw 2D primitives with minimal RAM usage
  • build a no_std graphics driver for a TFT display

When to choose

  • you're writing Rust for embedded hardware with tight memory limits
  • you need no_std, allocator-free 2D drawing
  • you want an extensible ecosystem of fonts and image format crates

When to avoid

  • you need GPU-accelerated or full desktop/mobile graphics
  • your target has ample RAM and can use a full framebuffer graphics stack
  • you need rich UI widgets rather than low-level drawing primitives

Facets

library · maturity stable

graphics image-processing embedded-systems graphics hardware embedded rust iot no-std 2d-graphics memory-constrained displays rust-crate

2 sources

Member repositories

RepositoryRoleHealth v2
embedded-graphics/embedded-graphicsmain76

For agents

markdown · JSON · MCP: product_card(name="embedded-graphics/embedded-graphics")

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