1
2
Fork 0
mirror of https://github.com/mat-1/azalea.git synced 2025-08-02 06:16:04 +00:00
azalea/azalea-pathfinder
mat d31aeb9abc attribute stuff
todo: the default bases depend on the entity
2022-11-06 19:43:48 -06:00
..
src attribute stuff 2022-11-06 19:43:48 -06:00
Cargo.toml fix deadlock 2022-11-01 19:31:26 -05:00
README.md more pathfinding stuff 2022-10-28 16:18:22 +00:00

Azalea Pathfinder

Depended on by azalea for pathfinding.

How it works

The pathfinder uses the Moving Target D* Lite pathfinding algorithm to determine a path from a starting point to a goal area. MT-D* Lite has the advantage of being able to replan the path when anything changes very efficiently, which is very useful for following a moving target.