eastar
Pathfinder
An algorithm for finding the shortest path in a graph
A* graph pathfinding in pure Elixir
32 stars
3 watching
6 forks
Language: Elixir
last commit: 12 months ago
Linked from 1 awesome list
astar-algorithmelixirgraph-algorithmsgraph-pathfinding
Related projects:
Repository | Description | Stars |
---|---|---|
| A fast and efficient algorithm for finding the shortest path in a grid-based environment using ActionScript 3 | 21 |
| A pathfinding library for generating efficient routes on a grid or map | 27 |
| Efficient shortest path calculation algorithm | 272 |
| A pathfinding algorithm designed for 2D games with obstacles mapped to rectangular cells. | 7 |
| An asynchronous A* pathfinding API written in Javascript. | 1,897 |
| An implementation of the A* pathfinding algorithm | 39 |
| A pathfinding solution in GameMaker that uses Dijkstra's algorithm to find the shortest path between two points in a weighted graph | 4 |
| A flexible A"* search algorithm-based pathfinding interface for tile-based maps. | 3 |
| A WebAssembly-based A* pathfinding implementation for a maze demo | 427 |
| A tool that uses graph contraction hierarchies to speed up shortest path calculations on OpenStreetMap data | 17 |
| A pathfinding node for the Godot game engine that enables efficient computation of shortest paths in large graphs | 78 |
| A minimal implementation of the A* pathfinding algorithm in C, suitable for small maps. | 127 |
| A multithreaded spectral pathtracer implementing the algorithm of linear combination of bases for rendering with sRGB reflectance | 197 |
| A Grid Path finding Library written in ActionScript 3 that finds the shortest route from start point to end on a 2D grid with obstacles using Dijkstra's algorithm | 17 |
| An implementation of the A* search algorithm in Go | 601 |