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

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)

new 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

#12 in Rendering engine

Download history 19/week @ 2024-07-24 1/week @ 2024-09-11 45/week @ 2024-09-25 77/week @ 2024-10-02 1/week @ 2024-10-09 109/week @ 2024-10-16

232 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
~41K SLoC