pathfinding topic
Pathfinding-Visualizer-ThreeJS
A visualizer for pathfinding algorithms in 3D with maze generation, first-person view and device camera input.
python-tcod
A high-performance Python port of libtcod. Includes the libtcodpy module for backwards compatibility with older projects.
ecs
ECS for Unity with full game state automatic rollbacks
dotsnav
A fully dynamic planar navmesh for Unity supporting agents of any size
navmesh
A plugin for path-finding in JS using navmeshes, with wrappers for Phaser 3 and Phaser 2
Unity-PathFindingAlgorithms
BFS, Greedy Best-First Search, Dijkstra and A* path finding algorithms
Simple-optimized-A-Pathfinder
An simple and optimized grid pathfinding
recast4j
Java Port of Recast & Detour navigation mesh toolset
FyWorld
FyWorld - Base-Building / Simulation Game & Tutorial in Unity
pathfinding
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