pathfinding topic

List pathfinding repositories

Pathfinding

41
Stars
6
Forks
Watchers

A pmmp virion (library) for pathfinding using A*

extremitypathfinder

39
Stars
12
Forks
Watchers

python package for fast shortest path computation on 2D polygon or grid maps

A-star-search

26
Stars
12
Forks
Watchers

visually find the shortest path using A* algorithm

rrt

35
Stars
5
Forks
Watchers

RRT (Rapidly-exploring Random Tree) library in Rust

pathfinding_tutorial

26
Stars
20
Forks
Watchers

Demo for a tutorial showing how to perform pathfinding and move a sprite accordingly with Phaser 3

Maze_solver

75
Stars
15
Forks
Watchers

An interactive online maze generator and solver able to use several different algorithms.

defold-astar

74
Stars
5
Forks
Watchers

Pathfinder and A* solver (astar or a-star) native extension for Defold Engine build on MicroPather.

phaser-web-workers

50
Stars
6
Forks
Watchers

A simple Phaser plugin that allows you to easily integrate Web Workers in your game

pathfinding

31
Stars
23
Forks
Watchers

Source code for the HappyCoders.eu articles on pathfinding and shortest path algorithms (Dijkstra, A*, Bellman-Ford, Floyd-Warshall).

LearnRoboticsCpp

46
Stars
18
Forks
Watchers

Classical robotics algorithms implemented in C++17.