simple-pixels 0.4.1

Create a window and throw some pixels on it without accessing low-level stuff, carrying tons of dependencies or linking C libraries
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# 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`](https://crates.io/crates/miniquad).