Skip to content

A GDNative library for computing shortest path trees using Dijkstra's algorithm.

License

Notifications You must be signed in to change notification settings

DanielKinsman/dijkstra-gdnative

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dijkstra flow GDNative

A GDNative library for computing shortest path trees using Dijkstra's algorithm, and using them to compute flow fields for navigation.

Similar to this but using Dijkstra's algortih supporting different edge weights instead of using breadth first search with the same weight for all edges.

Official home is https://gitlab.com/DanielKinsman/dijkstra-gdnative.

About

A GDNative library for computing shortest path trees using Dijkstra's algorithm.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published