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

parasyte/pixels

A tiny hardware-accelerated pixel frame buffer. 🦀 observed · 2026-08-28

github.com/parasyte/pixels · homepage · Rust · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

93/100

  • Activity 99
  • Release rhythm 81
  • Longevity 100
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: 75
  • age_days: 2534
  • days_rel: 50
  • days_push: 11
  • n_releases_24m: 6

Full methodology

Adoption not part of the score

2131 stars · 148 forks observed · 2026-08-28

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

pixels is a tiny Rust library providing a hardware-accelerated 2D pixel frame buffer built on wgpu. It is designed for prototyping pixel-based games, animations, software renderers, and emulators, with support for custom shaders and pixel-perfect scaling.

Use cases

  • render a 2D pixel buffer to a window in Rust
  • prototype a simple 2D game with pixel graphics
  • build an emulator display with pixel-perfect scaling
  • apply CRT or custom shaders to pixel art animations
  • write a software renderer and display its output on GPU

When to choose

  • you want a minimal GPU-accelerated framebuffer without a full game framework
  • you need pixel-perfect scaling and custom shader effects in Rust
  • you are building an emulator or pixel-art tool and want to manage your own window/event loop

When to avoid

  • you need a full game engine with input, audio, and scene management built in
  • you need 3D rendering rather than 2D pixel buffers
  • you require DirectX 11, WebGL2, or WebGPU support, which are still works in progress

Facets

library · maturity active

graphics game-engine graphics cross-platform windows wasm rust pixel-buffer wgpu shaders emulators 2d-graphics framebuffer game-development linux macos

10 sources

Member repositories

RepositoryRoleHealth v2
parasyte/pixelsmain93

For agents

markdown · JSON · MCP: product_card(name="parasyte/pixels")

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