cubism 0.2.0

A basic pixel canvas for Rust
Documentation

#Cubism

A basic Rust pixel canvas library.

Example

> cargo run --release --example cubism_bevy

TODO:

  1. Better text rendering (size, scale, spacing (?), etc.)
  2. Text layouting before rendering (for positioning)