puny2d 0.0.2

Rusty 2d graphics software renderer library.
Documentation

puny2d

GitHub Workflow Status Deps.rs dependency status for GitHub repo

WIP

Build

  • Compile (software-only): cargo build --release
  • Compile (with gpu support): cargo build --release --features "gpgpu"
  • Unit tests: cargo test
  • Benchmark tests: cargo bench
  • Documentation generation: cargo doc --no-deps