Skip to content

Rust + WASM web app to visualise pathfinding algorithms

Notifications You must be signed in to change notification settings

tsauvajon/pathfinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pathfinder

Try it

  • Rust
  • Yew (Web Assembly front-end framework)
  • Dijsktra's algorithm (kind of)

Theme: Dracula

Getting started

Install Rust

See instructions at https://rustup.rs

Get the dependencies

$ cargo build

Build the app

$ make build

This will create JavaScript/WebAssembly files in ./docs. Why ./docs and not ./static or ./dist? Because this project is hosted with GitHub pages which serves ./docs.

You can use any web server to serve the ./docs folder. To use miniserve (a simple Rust web server), run make dependencies && make serve and browse http://127.0.0.1:8888.

About

Rust + WASM web app to visualise pathfinding algorithms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published