A* path finding implementation.
Info
Version: | 1.0.16 |
Author(s): | Thomas Schmidt Timothy Jones |
Last Update: | Thursday, February 24, 2022 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/Aptacode/PathFinder |
NuGet Url: | https://www.nuget.org/packages/Aptacode.PathFinder |
Install
Install-Package Aptacode.PathFinder
dotnet add package Aptacode.PathFinder
paket add Aptacode.PathFinder
Aptacode.PathFinder Download (Unzip the "nupkg" after downloading)
Dependencies
- Aptacode.AppFramework(>= 1.0.15)
- Aptacode.Geometry(>= 1.0.25)
- OptimizedPriorityQueue(>= 5.0.0)
- System.Numerics.Vectors(>= 4.5.0)
- System.ValueTuple(>= 4.5.0)
Tags