Skip to content

bonnetn/rust-pathfinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pathfinding algorithm

Just a grid Pathfinding algorithm implemented in Rust.

Give it a 2D array of boolean representing obstacles, a start position and a goal and it will find a path between this two points.

How to use

Install Rust.

Install pipenv.

pipenv
pipenv shell
maturin develop
python python_example/main.py

About

Pathfinding implemented in Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published