puny2d

Crates.iopuny2d
lib.rspuny2d
version0.0.2
sourcesrc
created_at2021-02-11 04:25:45.750854
updated_at2021-02-23 23:05:47.97757
descriptionRusty 2d graphics software renderer library.
homepage
repositoryhttps://github.com/substation-beta/puny2d
max_upload_size
id353651
size104,674
Youka (Youka)

documentation

README

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
Commit count: 14

cargo fmt