Skip to content

zigzag1001/pixel-sort-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published