Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Pathfinding Algorithm Visualizer
https://github.com/baterson/pathfinding-visualizer

algorithms algorithms-and-data-structures pathfinding pathfinding-algorithms pathfinding-visualizer svelte sveltekit typescript visualization

Last synced: about 14 hours ago
JSON representation

Pathfinding Algorithm Visualizer

Awesome Lists containing this project

README

        

# Pathfinding Algorithm Visualizer

Interactive pathfinding algorithm visualizer with player functionality. Allows pause and rewind the algorithm's history for in-depth analysis.

Check out the [Pathfinding Algorithm Visualizer](https://pathfinding-visualizer.ivan-sem.com/) for a live demo.

![chrome-capture-2024-1-23 (1)](https://github.com/baterson/pathfinding-visualizer/assets/13178757/e48db58f-af3c-4770-b8dd-c7a5febb50a3)

## Technologies

- Svelte/SvelteKit
- TypeScript
- Pathfinding Algorithms (A\*, BFS, DFS, Dijkstra)

## Run locally

Use Node 20.x
- `npm install` - install dependencies
- `npm run dev` - run a dev server

## Contribution

If you have ideas for improvements or want to contribute to the project, please feel free to fork the repository, make your changes, and submit pull requests.

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE.txt) file for details.