We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5c58b5 commit 6df4a9fCopy full SHA for 6df4a9f
README.md
@@ -0,0 +1,18 @@
1
+# Pixel Sorting with Rust + Wasm
2
+
3
+
4
5
+## Special features
6
+- Arbitrary sorting angle support! (0-360°)
7
+- Luminance histogram!
8
+- ...
9
+- Fully static - images stay in browser!
10
11
+- 🚀 Rust 🔥
12
13
+### Compiling
14
+1. Install rust
15
+2. Install wasm-pack `cargo install wasm-pack`
16
+3. Build with wasm-pack `wasm-pack build --target web --release --out-dir web/pkg`
17
+4. Everything should now be in ./web/
18
+5. Serve the ./web/ directory
0 commit comments