Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/baterson/pathfinding-visualizer
- Owner: baterson
- License: mit
- Created: 2024-01-16T07:36:18.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-06-27T09:13:56.000Z (5 months ago)
- Last Synced: 2024-06-27T10:38:51.766Z (5 months ago)
- Topics: algorithms, algorithms-and-data-structures, pathfinding, pathfinding-algorithms, pathfinding-visualizer, svelte, sveltekit, typescript, visualization
- Language: Svelte
- Homepage: https://pathfinding-visualizer.ivan-sem.com/
- Size: 354 KB
- Stars: 39
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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.