RandomArt Idea Implementation from the Hash Visualization Paper.
in btw blazingly btw fast btw rust btw btw
You can view deployed example at [https://randomart.idkncc.ru/]
- electric energy
- computer
- rust
- wasm-pack
- bun (or nodejs)
-
Rust version:
cargo build # builds library cargo run --example <EXAMPLE> # runs example (see examples/ folder)
-
Website:
wasm-pack build cd website bun install # or `npm install` or whatever bun run dev # development # or bun run build # production (static)