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

simple-pixels

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

21 releases (12 breaking)

0.13.0 Feb 27, 2024
0.11.0 Jan 30, 2024
0.8.0 Dec 26, 2023
0.6.0 Jul 12, 2023
0.2.3 Oct 14, 2022

#23 in Rendering engine

MIT license

24KB
550 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.

Cargo features

  • log-impl: enables miniquad's "log-impl" feature and re-exports it's logger.

Dependencies

~1–1.7MB
~40K SLoC