An open API service indexing awesome lists of open source software.

https://github.com/b-jure/a-star-pathfinding

Custom implementation of A* pathfinding algorithm in Rust.
https://github.com/b-jure/a-star-pathfinding

astar-pathfinding rust rust-lang rust-library

Last synced: 12 months ago
JSON representation

Custom implementation of A* pathfinding algorithm in Rust.

Awesome Lists containing this project

README

          

# A-pathfinding-alg
Custom implementation of A* pathfinding algorithm written in Rust.

Might optimize it in future with arena allocator.