simple-pixels 0.12.2

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

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.