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.

Re-exports

Structs

  • Application window settings.
  • An object that holds the app’s global state.
  • Icon image in three levels of detail.

Enums

Traits

Functions

  • Start the application using provided config and state.