astar-pathfinding topic
astar
🗺️ A JavaScript implementation of A* algorithm.
baritone
google maps for block game
CosmosFramework
CosmosFramework is a medium-lightweight plug-in Unity development framework . Has a rich Unity method extensions and toolchain. async/await syntax support, multi-network channel support.Long term supp...
pyastar2d
A very simple A* implementation in C++ callable from Python for pathfinding on a two-dimensional grid.
DurielsGodotUtilities
A collection of useful Scripts, Scenes, Systems, and Templates for the Godot Game Engine.
hierarchical-pathfinding
Implementation of Near-Optimal Hierarchical Pathfinding (HPA*) algorithm in Unity, tested with maps from Dragon Age: Origins
tektosyne
The Tektosyne Library for Java provides algorithms for computational geometry and graph-based pathfinding, along with supporting mathematical utilities and specialized collections.
Pathfinding-Visualizer
🎯 VanillaJS pathfinding visualizer using bunch of different shortest-path algorithms (A*, DFS, BFS, ...etc.)
Algorithm-Visualizer
Visualize working of famous algorithms, Currently Implemented Path Finding (Dijkstra's, A Star, BFS, DFS) Sorting (Bubble, Insertion, Selection, Merge, Quick, Heap)
quadtree_Astar
Python programm showing A* path finding on quadtree representation of a 2D map.