Skip to content

A* pathfinding implemented in Rust with WebAssembly

Notifications You must be signed in to change notification settings

chompaa/wasm-a-star

Repository files navigation

A* Pathfinder

A* pathfinding implemented in Rust with WebAssembly
Live preview

Requirements

Install & Run

How to install

npm install

How to run in debug mode

# Builds the project and opens it in a new browser tab. Does not auto-reload.
npm start

How to build in release mode

# Builds the project and places it into the `dist` folder.
npm run build

About

A* pathfinding implemented in Rust with WebAssembly

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published