pathfinding topic
Unity-Script-Collection
A maintained collection of useful & free unity scripts / library's / plugins and extensions
baritone
google maps for block game
graphhopper
Open source routing engine for OpenStreetMap. Use it as Java library or standalone web server.
easystarjs
An asynchronous A* pathfinding API written in Javascript.
gdx-ai
Artificial Intelligence framework for games based on libGDX or not. Features: Steering Behaviors, Formation Motion, Pathfinding, Behavior Trees and Finite State Machines
NavMeshPlus
Unity NavMesh 2D Pathfinding
libtcod
A collection of tools and algorithms for developing traditional roguelikes. Such as field-of-view, pathfinding, and a tile-based terminal emulator.
LockstepEngine
A lockstep solution include lots of deterministic library (Math,Collision,Navmesh,BehaviorTree,Serialization ...)
pathfinding
Pathfinding library for rust
RogueSharp
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