Sorting Visualiser

CI

image image image

Sorting Algorithm visualiser built using WebAssembly and React ?

sorting-vis.mp4

Why wasm?

  • Rust ?
  • Runs blazingly fast ?
  • Lightweight

Development

Make sure to have the rust toolchain installed

Install wasm-pack:
$ cargo install wasm-pack

1. Build the wasm:

$ wasm-pack build --target web --out-dir ui/pkg

2. Start React app:

cd ui && npm i && npm start

Start coding! ?

Contributing

All contributions are welcome!

GitHub

View Github