Skip to content
#

pathfinding-visualization

Here are 15 public repositories matching this topic...

A visual pathfinding application that calculates and displays the shortest path between two points on a customizable map. Features include interactive map creation, visibility graph visualization, and path optimization using Dijkstra's algorithm. Built with Python and Tkinter.

  • Updated Apr 12, 2025
  • Python

Unity Pathfinders Visualized is a Unity project that visualizes fundamental pathfinding algorithms. It features Breadth-First Search (BFS) for efficient pathfinding in unweighted graphs, Depth-First Search (DFS) for deep exploration useful in maze generation, and Swarm Pathfinding, an alternative approach inspired by swarm behavior.

  • Updated Nov 8, 2024
  • C#

Improve this page

Add a description, image, and links to the pathfinding-visualization topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the pathfinding-visualization topic, visit your repo's landing page and select "manage topics."

Learn more