Skip to content

rossheat/a-star-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

 A* Search

a star search

Launch

Install Rust:

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

Add the Wasm target:

rustup target add wasm32-unknown-unknown

Install wasm-pack:

cargo install wasm-pack

Start the server:

npx live-server

The app should open in your browser.

Development

Ensure you have nodemon installed:

npm i -g nodemon

Start the nodemon file watcher:

nodemon

Then launch the app (see above).

About

The A* search algorithm in Rust and WebAssembly

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors