Crate simple_pixels

Source
Expand description

§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.

Re-exports§

pub use miniquad;
pub use rgb;
pub use simple_blit;

Structs§

Context
An object that holds the app’s global state.

Enums§

InputState
Input state of a mouse/keyboard button

Traits§

App
Application state.

Functions§

start
Start the application using provided config and state.