An open API service indexing awesome lists of open source software.

https://github.com/chompaa/pathfinding-visualizer

A visualizer for various pathfinding algorithms
https://github.com/chompaa/pathfinding-visualizer

preact

Last synced: about 2 months ago
JSON representation

A visualizer for various pathfinding algorithms

Awesome Lists containing this project

README

          

Pathfinding Visualizer



animated


Built with TypeScript, React, and Tabler Icons. Bootstrapped with Vite.


Live Demo

## Features

Pathfinding:

- [x] Dijkstra's
- [ ] A star
- [x] Depth first search

Maze generation:

- [x] Recursive divide

## Building & Development

Clone this repository and run `npm run dev` for development. For building, run `npm run build`.