Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/timii/pathfinder
Pathfinding algorithms visualized
https://github.com/timii/pathfinder
pathfinder pathfinding-algorithms pathfinding-visualization pathfinding-visualizer svelte svelte3 ts typescript visualization visualizer
Last synced: 1 day ago
JSON representation
Pathfinding algorithms visualized
- Host: GitHub
- URL: https://github.com/timii/pathfinder
- Owner: timii
- Created: 2023-05-11T19:29:24.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-30T13:34:24.000Z (22 days ago)
- Last Synced: 2024-11-30T14:33:56.895Z (22 days ago)
- Topics: pathfinder, pathfinding-algorithms, pathfinding-visualization, pathfinding-visualizer, svelte, svelte3, ts, typescript, visualization, visualizer
- Language: TypeScript
- Homepage: https://timii.github.io/pathfinder/
- Size: 395 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pathfinder
Pathfinder aims to visualize different pathfinding algorithms, refresh my knowledge and learn about new pathfinding algorithms I haven't used yet.
Try it out here: [timii.github.io/pathfinder/](https://timii.github.io/pathfinder/)
## Currently available algorithms:
- Unweighted
- Breadth First Search
- Depth First Search
- Weighted
- Dijkstra's Algorithm
- A*
- Greedy Best First Search## Build it yourself
```shell
git clone https://github.com/timii/pathfinder.git
cd pathfinder
```Open index.html in your web browser to launch the visualizer.
Explore, experiment, and learn about pathfinding algorithms!