AStar
AStar copied to clipboard
A fast 2D path finding library based on the A* algorithm. Works with both grids and graphs. Supports any .NET variant that supports .NETStandard 2.0 or higher. This library has no external dependencie...
In some cases, two nodes are connected with two directional arcs that have different costs (i.e uphill / downhill). Can this scenario be configured in your library?
Thank you. Your code is very useful I am interested in Different agent sizes how can i use that in your before branch 'feature/improve_string_pulling'?
Hello, first of all thanks for sharing your AStar implementation on github. Can you answer me why you also have a IList Incoming { get; } in your INode interface,...