EmpirePathfinding


A flexible library that lets programmers rapidly develop pathfinding algorithms for custom path graphs (network of nodes and edges).


by Cresspresso


Price History +

EmpirePathfinding is a flexible library that solves the use-case problem: as a programmer, I want to rapidly develop a pathfinding algorithm for my custom path graph (network of nodes and edges).


If you have a complicated network/graph, and you are struggling with the limitations of other pathfinders, then this pathfinder is for you! It is designed to be flexible enough for any graph, to offer a unified solution for pathfinding.


Performance is a secondary focus. For more information, see the Technical details section.