Algvis is an application focused on visualizations of different algorithms. The project aims to implement visualizations for algorithms such as sorting and maze running. Additionally, the application includes simple pseudocodes and explanations for these algorithms.
The Algvis project was created primarily for practicing Rust and testing its performance. It serves as a platform for practicing common algorithms and data structures. While not claiming to be the best algorithm visualization tool, Algvis is a version highly inspired by Algorust.
To get started with Algvis, follow these steps:
- Install trunk https://trunkrs.dev/ and tailwindcss cli https://tailwindcss.com/docs/installation.
- install deps:
rustup target add wasm32-unknown-unknown cargo install wasm-bindgen-cli
- Clone repo and serve app using trunk:
git clone git@github.com:Vterebenin/algvis.git cd algvis trunk serve