pathfinding topic
Pathfinding
A pmmp virion (library) for pathfinding using A*
extremitypathfinder
python package for fast shortest path computation on 2D polygon or grid maps
A-star-search
visually find the shortest path using A* algorithm
rrt
RRT (Rapidly-exploring Random Tree) library in Rust
pathfinding_tutorial
Demo for a tutorial showing how to perform pathfinding and move a sprite accordingly with Phaser 3
Maze_solver
An interactive online maze generator and solver able to use several different algorithms.
defold-astar
Pathfinder and A* solver (astar or a-star) native extension for Defold Engine build on MicroPather.
phaser-web-workers
A simple Phaser plugin that allows you to easily integrate Web Workers in your game
pathfinding
Source code for the HappyCoders.eu articles on pathfinding and shortest path algorithms (Dijkstra, A*, Bellman-Ford, Floyd-Warshall).
LearnRoboticsCpp
Classical robotics algorithms implemented in C++17.