pathfinding topic

List pathfinding repositories

Unity-Script-Collection

5.4k
Stars
600
Forks
Watchers

A maintained collection of useful & free unity scripts / library's / plugins and extensions

baritone

6.7k
Stars
1.4k
Forks
Watchers

google maps for block game

graphhopper

4.7k
Stars
1.5k
Forks
Watchers

Open source routing engine for OpenStreetMap. Use it as Java library or standalone web server.

easystarjs

1.9k
Stars
165
Forks
Watchers

An asynchronous A* pathfinding API written in Javascript.

gdx-ai

1.2k
Stars
239
Forks
Watchers

Artificial Intelligence framework for games based on libGDX or not. Features: Steering Behaviors, Formation Motion, Pathfinding, Behavior Trees and Finite State Machines

NavMeshPlus

1.6k
Stars
186
Forks
Watchers

Unity NavMesh 2D Pathfinding

libtcod

931
Stars
60
Forks
Watchers

A collection of tools and algorithms for developing traditional roguelikes. Such as field-of-view, pathfinding, and a tile-based terminal emulator.

LockstepEngine

796
Stars
184
Forks
Watchers

A lockstep solution include lots of deterministic library (Math,Collision,Navmesh,BehaviorTree,Serialization ...)

pathfinding

816
Stars
67
Forks
Watchers

Pathfinding library for rust

RogueSharp

546
Stars
54
Forks
Watchers

A .NET Standard class library providing map generation, path-finding, and field-of-view utilities frequently used in roguelikes or 2D tile based games. Inspired by libtcod