Skip to content

Various pathfinding algorithms implemented in rust. Currently very WIP.

License

Notifications You must be signed in to change notification settings

BezPowell/blitz-path

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

blitz-path

Rust

Source for my experiments in implementing various pathfinding algorithms in rust. Currently in a very wip state. It relies on the movingai-rust crate for map implementation and testing / benchmarks.

It currently provides implementations of the A* and JPS pathfinding algorithms.

Usage

Provides a Route struct representing a path between two points and functions for each algorithm to calculate the shortest Route between two points.

Testing

The .map and .scen files used for integration tests were provided by the Moving AI Lab and are distributed with permission.

About

Various pathfinding algorithms implemented in rust. Currently very WIP.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages