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.
- Host: GitHub
- URL: https://github.com/b-jure/a-star-pathfinding
- Owner: b-jure
- License: gpl-3.0
- Created: 2022-10-24T14:54:25.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-11T03:44:41.000Z (about 3 years ago)
- Last Synced: 2025-06-24T07:39:50.826Z (about 1 year ago)
- Topics: astar-pathfinding, rust, rust-lang, rust-library
- Language: Rust
- Homepage:
- Size: 71.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.