A* implimentation by josh wilbanks
License
—
Deps
0
Install Size
—
Vulns
✓ 0
Published
Oct 16, 2024
$ dotnet add package JWAStarOPTIONAL: AStar.useTimers - boolean to control use of a timer that records the timing of many different portions of the application AStar.useTimersMinimal - boolean to control use of a timer that records the timing of every iteration and a total time AStar.useSingleTimer - boolean to control use of a timer that records only the total time it takes (fastest timing)
AStar.useImmediateUpdates - REQUIRES TILE TO IMPLEMENT IDisplayable This is a boolean to control use of updating the tiles with 3 stages of information - InQueue, Processing, Processed InQueue - When the tile has been found, and is waiting to be processed Processing - The current tile being processed Processed - The tile has finished processing