pathfinding-algorithm topic
Connection
A path-finding library powered by GameplayKit 👾
astar
🗺️ A JavaScript implementation of A* algorithm.
unity-dijkstras-pathfinding
Dijkstra's Pathfinding Algorithm Unity Implementation. (Not being maintained by me, it is just an experiment.)
compose-path-finding
A simple path finding visualizer mobile app to demonstrate the use of Jetpack Compose UI toolkit in Android.
SOTA-Py
A discrete-time Python-based solver for the Stochastic On-Time Arrival routing problem
python-pathfinding
Implementation of common pathfinding algorithms
Self-driving-vehicle
Simulation of path planning for self-driving vehicles in Unity. This is also an implementation of the Hybrid A* pathfinding algorithm which is useful if you are interested in pathfinding for vehicles.
frenet
Transform Frenet (s,d) to local Cartesian (x,y) coordinates.
Any-Angle-Pathfinding
A collection of algorithms used for any-angle pathfinding with visualisations.
HexGridUtilitiesForGames
Hex-grid utilities for board and strategy games with path-finding, field-of-view, and more