{"id":20671528,"url":"https://github.com/hopson97/pathfinding-visualiser","last_synced_at":"2025-04-19T18:40:09.639Z","repository":{"id":45239286,"uuid":"439893260","full_name":"Hopson97/Pathfinding-Visualiser","owner":"Hopson97","description":"Pathfinding Algorithm Visualiser","archived":false,"fork":false,"pushed_at":"2024-10-12T16:59:33.000Z","size":571,"stargazers_count":9,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-29T11:51:40.325Z","etag":null,"topics":["pathfinding"],"latest_commit_sha":null,"homepage":"","language":"C++","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/Hopson97.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}},"created_at":"2021-12-19T15:04:33.000Z","updated_at":"2024-10-12T16:59:36.000Z","dependencies_parsed_at":"2022-09-10T20:20:32.931Z","dependency_job_id":null,"html_url":"https://github.com/Hopson97/Pathfinding-Visualiser","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hopson97%2FPathfinding-Visualiser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hopson97%2FPathfinding-Visualiser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hopson97%2FPathfinding-Visualiser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hopson97%2FPathfinding-Visualiser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Hopson97","download_url":"https://codeload.github.com/Hopson97/Pathfinding-Visualiser/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249766730,"owners_count":21322645,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["pathfinding"],"created_at":"2024-11-16T20:27:51.155Z","updated_at":"2025-04-19T18:40:09.619Z","avatar_url":"https://github.com/Hopson97.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pathfinding Visualiser\r\n\r\nPathfinding algorithm visualisation using C++ and SFML.\r\n\r\nSo far it can show BFS, Greedy BFS, Dijkstra's, and A*.\r\n\r\n![Peek 2021-12-27 10-22](https://user-images.githubusercontent.com/13512660/147462469-f9c44f81-9b72-4545-a0cd-e0ad4dd229a3.gif)\r\n\r\n\r\n### Windows (Visual Studio)\r\n\r\nThe easiest way to build is to use [vcpkg](https://vcpkg.io/en/index.html) and install SFML through this.\r\n\r\n```bash\r\nvcpkg install sfml\r\nvcpkg integrate install\r\n```\r\n\r\nCreate a new visual studio C++ empty project, git clone the files, and copy them into the project directory.\r\n\r\nSelect the \"Show All Files\" options in Solution Explorer, and right-click on the src/ and deps/ directory, and choose the \"include in project options\"\r\n\r\nGo into the project properies and under `C/C++ \u003e General`, add the deps/ directory as an additional include directy.\r\n\r\n\r\nFinally, under `Linker \u003e Input`, add OpenGL32.lib as an additional dependancy. \r\n\r\n### Linux\r\n\r\nRequires conan w/ bincrafters and cmake.\r\n\r\n```sh\r\nsudo apt install cmake\r\npython3 -m pip install conan\r\nconan remote add bincrafters https://bincrafters.jfrog.io/artifactory/api/conan/conan\r\n```\r\n\r\nTo build, at the root of the project:\r\n\r\n```sh\r\nsh scripts/build.sh install\r\n```\r\n\r\nThe `install` argument is only needed for the first time compilation as this is what grabs the libraries from Conan, future builds can omit the `install` arg.\r\n\r\nTo run, at the root of the project:\r\n\r\n```sh\r\nsh scripts/run.sh\r\n```\r\n\r\nTo build and run in release mode, simply add the `release` suffix:\r\n\r\n```sh\r\nsh scripts/build.sh release\r\nsh scripts/run.sh release\r\n```\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhopson97%2Fpathfinding-visualiser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhopson97%2Fpathfinding-visualiser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhopson97%2Fpathfinding-visualiser/lists"}