pathfinding topic

List pathfinding repositories
trafficstars

Pathfinding-Visualizer-ThreeJS

430
Stars
64
Forks
Watchers

A visualizer for pathfinding algorithms in 3D with maze generation, first-person view and device camera input.

python-tcod

399
Stars
36
Forks
Watchers

A high-performance Python port of libtcod. Includes the libtcodpy module for backwards compatibility with older projects.

ecs

481
Stars
48
Forks
Watchers

ECS for Unity with full game state automatic rollbacks

dotsnav

454
Stars
47
Forks
Watchers

A fully dynamic planar navmesh for Unity supporting agents of any size

navmesh

342
Stars
41
Forks
Watchers

A plugin for path-finding in JS using navmeshes, with wrappers for Phaser 3 and Phaser 2

Unity-PathFindingAlgorithms

303
Stars
65
Forks
Watchers

BFS, Greedy Best-First Search, Dijkstra and A* path finding algorithms

Simple-optimized-A-Pathfinder

240
Stars
37
Forks
Watchers

An simple and optimized grid pathfinding

recast4j

243
Stars
96
Forks
Watchers

Java Port of Recast & Detour navigation mesh toolset

FyWorld

274
Stars
47
Forks
Watchers

FyWorld - Base-Building / Simulation Game & Tutorial in Unity

pathfinding

179
Stars
11
Forks
Watchers

Visual explanation of pathfinding algorithms and how a*, Dijkstra and BFS can be seen as the same algorithm with different parameter/data structures used under the hood