{"id":22082923,"url":"https://github.com/qwertydaz/dijkstras-animation","last_synced_at":"2026-05-06T20:36:51.230Z","repository":{"id":265574087,"uuid":"743569419","full_name":"qwertydaz/dijkstras-animation","owner":"qwertydaz","description":"An interactive animation to teach Dijkstra's shortest path algorithm","archived":false,"fork":false,"pushed_at":"2024-01-15T14:16:12.000Z","size":573,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-04T07:32:31.469Z","etag":null,"topics":["dijkstra-shortest-path","final-year-project","java","javafx-gui","mysql-database"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/qwertydaz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-01-15T14:13:58.000Z","updated_at":"2025-02-18T06:18:25.000Z","dependencies_parsed_at":"2024-11-30T00:45:57.126Z","dependency_job_id":null,"html_url":"https://github.com/qwertydaz/dijkstras-animation","commit_stats":null,"previous_names":["qwertydaz/dijkstras-animation"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/qwertydaz/dijkstras-animation","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qwertydaz%2Fdijkstras-animation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qwertydaz%2Fdijkstras-animation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qwertydaz%2Fdijkstras-animation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qwertydaz%2Fdijkstras-animation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/qwertydaz","download_url":"https://codeload.github.com/qwertydaz/dijkstras-animation/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qwertydaz%2Fdijkstras-animation/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32711624,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-06T19:35:05.142Z","status":"ssl_error","status_checked_at":"2026-05-06T19:35:03.996Z","response_time":117,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dijkstra-shortest-path","final-year-project","java","javafx-gui","mysql-database"],"created_at":"2024-12-01T00:08:15.763Z","updated_at":"2026-05-06T20:36:51.189Z","avatar_url":"https://github.com/qwertydaz.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Final Year Project - Dijkstra's Animation\n\nThis is my code for my final year project.\n\n## How to run\n\n1. Clone the repository\n2. Download the dependencies\n3. Use the specified VM options\n\n### Dependencies\n\n1. [JDK 15.0.2](https://www.oracle.com/java/technologies/javase-jdk15-downloads.html)\n2. [JavaFX 19](https://gluonhq.com/products/javafx/)\n3. [MySQL Connector 8.0.31](https://dev.mysql.com/downloads/connector/j/)\n\n### VM Options\n\n```\n--module-path {pathToFolder}\\openjfx-19_windows-x64_bin-sdk\\javafx-sdk-19\\lib --add-modules=javafx.controls\n```\n\n### MySQL Database\n\nThis program uses MySQL to save and load graphs.\nIf you want this functionality to work, you will need to set up a database and a CSV file.\n\nCreate a file called \"database_details.csv\" in the following directory:\n\n```\n./src/resources/database_details.csv\n```\n\nThe CSV file should contain the connection details. It must be formatted as follows:\n\n```\n{url},{username},{password}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqwertydaz%2Fdijkstras-animation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqwertydaz%2Fdijkstras-animation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqwertydaz%2Fdijkstras-animation/lists"}