Deterministic pixel art wizard staff generator. Enter a name, get a unique staff. Built with Rust compiled to WebAssembly.
- Rust (stable)
- WASM target:
rustup target add wasm32-unknown-unknown - wasm-pack:
cargo install wasm-pack
./build.shFrom the web/ directory, start any static HTTP server:
# Python
python3 -m http.server 9090
# Ruby
ruby -run -e httpd . -p 9090Then open http://localhost:9090.
Copy these files to any static web host:
web/index.html
web/index.js
web/pkg/wizard_staff.js
web/pkg/wizard_staff_bg.wasm