Skip to content

algorithms visualizations made with rust and yew

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

Vterebenin/algvis

Repository files navigation

Algvis Project

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.

Why

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.


Getting Started

To get started with Algvis, follow these steps:

  1. Install trunk https://trunkrs.dev/ and tailwindcss cli https://tailwindcss.com/docs/installation.
  2. install deps:
    rustup target add wasm32-unknown-unknown
    cargo install wasm-bindgen-cli
  3. Clone repo and serve app using trunk:
     git clone git@github.com:Vterebenin/algvis.git
     cd algvis
     trunk serve

About

algorithms visualizations made with rust and yew

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages