Pathfinding
Pathfinding on a real map anywhere in the world
JavaScript★ 410⑂ 42 forksMITupdated 2 years ago
README.mdfork it — it’s yours
Map Pathfinding Visualizer
Pathfinding algorithms visualized on a real map. Anywhere in the world.
Try it out!
readme.mp4
Installation
- Clone repository to your local machine
- Open terminal and
cdinto repository folder - Run
npm install - Run
viteornpm run dev
Available algorithms
- A* algorithm
- Greedy algorithm
- Dijkstra's algorithm
- Bidirectional Search algorithm
more like this
bit_gossip
Pathfinding library for calculating all node pairs' shortest paths in an unweighted undirected graph.
Rust★ 50
MapGridInUnity
C#★ 50
Unity-Pathfinding-Jobs-StressTest
Unity project showcasing A* pathfinding, fully jobified & burst compiled. It also contains examples of RaycastCommand a…
C#★ 50