Skip to content

Simple Rust implementation of some pathfinding algorithms.

License

Notifications You must be signed in to change notification settings

pag4k/rs-pathfinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rs-pathfinder

Simple Rust implementation of some pathfinding algorithms.

Features

  • Generate graph from a 2d vector of generic types implementing Walkable and AStarHeuristic traits.
  • Find path between two elements generic type using A* search algorithm.

Todo

  • Add more ways to generate graph.
  • Other limitations are due to the used Graph library.
    • Edges have no weight.
    • Graph cannot be changed.

Authors

  • Pierre-André Gagnon - Initial work - pag4k

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

About

Simple Rust implementation of some pathfinding algorithms.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages