https://github.com/martishin/shortest-path-on-map
Desktop application that allows you to find and visualize the shortest path between two points on a map
https://github.com/martishin/shortest-path-on-map
gis gmapsfx javafx-desktop-apps kotlin shortest-path-algorithm
Last synced: 8 months ago
JSON representation
Desktop application that allows you to find and visualize the shortest path between two points on a map
- Host: GitHub
- URL: https://github.com/martishin/shortest-path-on-map
- Owner: martishin
- Created: 2024-08-10T17:34:43.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-19T15:34:14.000Z (about 1 year ago)
- Last Synced: 2025-01-21T00:39:44.490Z (10 months ago)
- Topics: gis, gmapsfx, javafx-desktop-apps, kotlin, shortest-path-algorithm
- Language: Kotlin
- Homepage: https://www.martishin.com/posts/project-shortest-path-on-map
- Size: 3.18 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Shortest Path on Map
Desktop application that allows you to find and visualize the shortest path between two points on a map.
Implemented with Kotlin, JavaFX and GMapsFX.
Available algorithms:
* BFS
* Dijkstra
* A*
Run locally: `./gradlew run `