Found 1,420 repositories(showing 30)
cabaletta
google maps for block game
DonnYep
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 support for this project
Sollimann
Implementation of the D* lite algorithm in Python for "Improved Fast Replanning for Robot Navigation in Unknown Terrain"
hugoscurti
Implementation of Near-Optimal Hierarchical Pathfinding (HPA*) algorithm in Unity, tested with maps from Dragon Age: Origins
hjweide
A very simple A* implementation in C++ callable from Python for pathfinding on a two-dimensional grid.
selimanac
Pathfinder and A* solver (astar or a-star) native extension for Defold Engine build on MicroPather.
TheDuriel
A collection of useful Scripts, Scenes, Systems, and Templates for the Godot Game Engine.
TheCyaniteProject
3D A* Pathfinding that doesn't need baked navmeshes and can be used with dynamically created terrain (MapMagic or other)
ayush-tiwari57
Visualize working of famous algorithms, Currently Implemented Path Finding (Dijkstra's, A Star, BFS, DFS) Sorting (Bubble, Insertion, Selection, Merge, Quick, Heap)
kynosarges
The Tektosyne Library for Java provides algorithms for computational geometry and graph-based pathfinding, along with supporting mathematical utilities and specialized collections.
sunsided
Dungeon generation and navigation using constrained random walks and A* in Unity
jannikmi
python package for fast shortest path computation on 2D polygon or grid maps
Selinux24
Game and prototypes with SharpDX and Directx 11
matthiaszarzecki
Implementation of the A*-Algorithm in Unity3D
pixelfac
A 2D implementation of the Astar Pathfinding algorithm using Tilemaps in Unity
JTEnglish
A*-based collision avoidance for UAV path planning
SvenWoltmann
Source code for the HappyCoders.eu articles on pathfinding and shortest path algorithms (Dijkstra, A*, Bellman-Ford, Floyd-Warshall).
JamieG
High performance A* pathfinding in C#
volkerp
Python programm showing A* path finding on quadtree representation of a 2D map.
vyrwu
Go implementation of A* from RedBlobGames
LostTrainDude
A grid-based implementation of the A* Pathfinding algorithm in Unity, that makes use of Priority Queues
Tunied
a path find for tilebase game in unity
lowlighter
🗺️ A JavaScript implementation of A* algorithm.
AgathaZhang
这个算法用于无人机群避障一个加入机群的无人机,算法分为两种思路:(1)加入者的路径规划主动机动规避编队机群、(2)编队微调避让加入者。目前只做了第一种思路。唯一已知信息是原机群的运动轨迹F(x,y,z,t)|each plane,对于第一种思路:对于补位飞机唯一的输入参数是无人机编队时间帧和每架飞机的对应位置,即F(x,y,z,t)|each plane,输出参数是规划的单条路径。对于第二种思路:让正常飞行的编队可以保持在其原始轨迹周围(即,边界条件,规避机动范围<Δv球),补位无人机穿越他们的空隙到达目标位置,输出为需要避碰的其他无人机的机动向量。第一种思路采用三维A*+分段局部规划
danielmccluskey
Short A* Pathfinding Tutorial project
LogicJake
visually find the shortest path using A* algorithm
AbdallahHemdan
🎯 VanillaJS pathfinding visualizer using bunch of different shortest-path algorithms (A*, DFS, BFS, ...etc.)
cizra
MUD client in Python
hypersurge
easy A* (A Star / astar) pathfinding (Haxe)
wawethewaras
2D pathfinding for Unity