pathfinding topic

List pathfinding repositories

cupoch

864
Stars
106
Forks
Watchers

Robotics with GPU computing

uastar

105
Stars
6
Forks
Watchers

Minimal A* implementation in C. No dynamic memory allocation.

circular-obstacle-pathfinding

30
Stars
3
Forks
Watchers

Pathfinding around a set of circular obstacles

High-Speed-Priority-Queue-for-C-Sharp

1.1k
Stars
169
Forks
Watchers

A C# priority queue optimized for pathfinding applications

AStar

322
Stars
58
Forks
Watchers

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 dependencie...

04_BattleTank

209
Stars
288
Forks
Watchers

An open-world head-to-head tank fight with simple AI, terrain, and advanced control system in Unreal 4. (ref: BT_URC) http://gdev.tv/urcgithub

python-pathfinding

294
Stars
61
Forks
Watchers

Implementation of common pathfinding algorithms

Self-driving-vehicle

328
Stars
95
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.

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