#rendering-engine #pixel #miniquad #game #window #emulator #low-level

simple-pixels

Create a window and throw some pixels on it without accessing low-level stuff, carrying tons of dependencies or linking C libraries

24 releases (14 breaking)

0.15.0 Oct 21, 2024
0.14.1 Jun 9, 2024
0.14.0 May 27, 2024
0.13.0 Feb 27, 2024
0.2.3 Oct 14, 2022

#29 in Rendering engine

37 downloads per month

MIT license

25KB
559 lines

simple-pixels

Just a small personal project of mine. This may not be the most efficient rendering method, but it should fit for an emulator or a simple game.

Goals

  • Simplicity.
  • Minimal dependencies.
  • Safety.

This crate is built on miniquad. It should support all platforms that miniquad supports.

Dependencies

~1.1–1.8MB
~42K SLoC