parasyte/pixels
A tiny hardware-accelerated pixel frame buffer. 🦀 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
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
- readme: https://github.com/parasyte/pixels · fetched 2026-08-28 · b6b4ab331250
- homepage: https://docs.rs/pixels · fetched 2026-08-29 · e8d91a2b3b31
- site_page: https://docs.rs/ · fetched 2026-08-29 · 3973ae8ed42a
- site_page: https://docs.rs/crate/pixels/latest · fetched 2026-08-29 · b4f36dea7660
- site_page: https://docs.rs/crate/pixels/latest/features · fetched 2026-08-29 · f157dae523c7
- site_page: https://docs.rs/about · fetched 2026-08-29 · 29ab7986fbf5
- site_page: https://docs.rs/about/badges · fetched 2026-08-29 · 6588cac258af
- site_page: https://docs.rs/about/builds · fetched 2026-08-29 · 811231ca4680
- site_page: https://docs.rs/about/metadata · fetched 2026-08-29 · 0dcdccb2b2b2
- site_page: https://docs.rs/about/redirections · fetched 2026-08-29 · 1b1efd93105f
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| parasyte/pixels | main | 93 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem