simple-pixels

Crates.iosimple-pixels
lib.rssimple-pixels
version0.14.1
sourcesrc
created_at2022-09-04 09:17:12.521992
updated_at2024-06-09 09:24:34.243489
descriptionCreate a window and throw some pixels on it without accessing low-level stuff, carrying tons of dependencies or linking C libraries
homepage
repositoryhttps://github.com/Solar-Falcon/simple-pixels
max_upload_size
id658198
size24,416
(Solar-Falcon)

documentation

README

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.

Commit count: 33

cargo fmt