andriyDev / landmass

A navigation system for video games written in Rust.
Apache License 2.0
14 stars 1 forks source link

Allow querying for paths adhoc. #59

Closed andriyDev closed 4 days ago

andriyDev commented 1 week ago

Currently, there is no way to get a straight-line path out of landmass. This is useful for distance checking for objects (which target is the closest so I can go towards it).