Skip to content

scott-ad-riley/rust-pathfinding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust A* Algorithm

Implementation of A* pathfinding algorithm in rust. Also includes a crate that produces a wasm-binary for use in the browser.

  1. cargo test to run the tests
  2. cargo bench (uses criterion)
    • I need to update the test cases with some more beefy/expensive checks

This was written as a result of wanting to learn rust, and explore using it instead of js for some more performance critical code in a side project.

About

Implementation of A* for a side project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages