#rendering-engine #pixel #game #miniquad #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

#30 in Rendering engine

Download history 19/week @ 2024-07-25 1/week @ 2024-09-12 67/week @ 2024-09-26 55/week @ 2024-10-03 1/week @ 2024-10-10 122/week @ 2024-10-17 25/week @ 2024-10-24

147 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