roy-t / AStarLinks
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 dependencies. The library is licensed under the MIT license.
☆355Updated last year
Alternatives and similar repositories for AStar
Users that are interested in AStar are comparing it to the libraries listed below
Sorting:
- C# port of Box2D - Erin Catto's 2D Physics Engine☆307Updated 2 years ago
- A 2D A Star (A*) pathfinding implementation in C# focused on ease of use and extension.☆157Updated 2 months ago
- Incredibly small finite state machine for .NET languages, written in C#. Useful for UIs and games. Runs in .NET, mono, Xamarin and Unity.…