Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/roy-t/AStar
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.
https://github.com/roy-t/AStar
astar csharp csharp-library dotnet dotnetstandard game-dev game-development pathfinding
Last synced: 3 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/roy-t/AStar
- Owner: roy-t
- License: mit
- Created: 2017-08-01T18:45:02.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-04-07T11:22:45.000Z (10 months ago)
- Last Synced: 2024-10-13T16:41:09.700Z (3 months ago)
- Topics: astar, csharp, csharp-library, dotnet, dotnetstandard, game-dev, game-development, pathfinding
- Language: C#
- Homepage: http://roy-t.nl
- Size: 282 KB
- Stars: 338
- Watchers: 9
- Forks: 59
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-monogame - Roy-T AStar - ![GitHub stars](https://img.shields.io/github/stars/roy-t/AStar.svg) - A 2D path finding library based on the A* algorithm for .NETStandard 1.0 and .Net 4.5 and higher. This library has no external dependencies. (Artificial Intelligence)