pathfinding-algorithm topic

List pathfinding-algorithm repositories

Connection

75
Stars
4
Forks
Watchers

A path-finding library powered by GameplayKit 👾

astar

32
Stars
4
Forks
Watchers

🗺️ A JavaScript implementation of A* algorithm.

unity-dijkstras-pathfinding

88
Stars
8
Forks
Watchers

Dijkstra's Pathfinding Algorithm Unity Implementation. (Not being maintained by me, it is just an experiment.)

compose-path-finding

38
Stars
2
Forks
Watchers

A simple path finding visualizer mobile app to demonstrate the use of Jetpack Compose UI toolkit in Android.

SOTA-Py

406
Stars
42
Forks
Watchers

A discrete-time Python-based solver for the Stochastic On-Time Arrival routing problem

python-pathfinding

293
Stars
61
Forks
Watchers

Implementation of common pathfinding algorithms

Self-driving-vehicle

327
Stars
94
Forks
Watchers

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

208
Stars
65
Forks
Watchers

Transform Frenet (s,d) to local Cartesian (x,y) coordinates.

Any-Angle-Pathfinding

149
Stars
24
Forks
Watchers

A collection of algorithms used for any-angle pathfinding with visualisations.

HexGridUtilitiesForGames

130
Stars
30
Forks
Watchers

Hex-grid utilities for board and strategy games with path-finding, field-of-view, and more