Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 512 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 512 Bytes

Pixel Sorting with Rust + Wasm

image

Special features

  • Arbitrary sorting angle support! (0-360°)
  • Luminance histogram!
  • ...
  • Fully static - images stay in browser!
  • ...
  • 🚀 Rust 🔥

Compiling

  1. Install rust
  2. Install wasm-pack cargo install wasm-pack
  3. Build with wasm-pack wasm-pack build --target web --release --out-dir web/pkg
  4. Everything should now be in ./web/
  5. Serve the ./web/ directory