{"id":25420061,"url":"https://github.com/namelessvoid/pathfinding","last_synced_at":"2025-08-02T20:32:49.291Z","repository":{"id":12594435,"uuid":"15265300","full_name":"namelessvoid/pathfinding","owner":"namelessvoid","description":"Small tool suit to implement pathfinding algorithms and visualize them on a 2d square based board.","archived":false,"fork":false,"pushed_at":"2013-12-31T18:32:55.000Z","size":191,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-13T14:52:06.046Z","etag":null,"topics":[],"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/namelessvoid.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":"2013-12-17T20:37:54.000Z","updated_at":"2013-12-31T18:32:55.000Z","dependencies_parsed_at":"2022-09-14T13:20:55.665Z","dependency_job_id":null,"html_url":"https://github.com/namelessvoid/pathfinding","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/namelessvoid/pathfinding","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/namelessvoid%2Fpathfinding","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/namelessvoid%2Fpathfinding/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/namelessvoid%2Fpathfinding/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/namelessvoid%2Fpathfinding/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/namelessvoid","download_url":"https://codeload.github.com/namelessvoid/pathfinding/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/namelessvoid%2Fpathfinding/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268448362,"owners_count":24252019,"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","status":"online","status_checked_at":"2025-08-02T02:00:12.353Z","response_time":74,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2025-02-16T19:35:44.443Z","updated_at":"2025-08-02T20:32:49.256Z","avatar_url":"https://github.com/namelessvoid.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"pathfinding\n===========\n\nSmall tool suit to implement pathfinding algorithms and visualize them on a 2d square based board.\n\nIn fact it is a personal playground to experiment with pathfinding algorithms. If you look for a poweful implementation you should probably continue your search elsewhere ;)\n\nReqirements\n---\n\n- SFML \u003e= 2.0\n- C++11 compatible compiler\n- CMake \u003e= 2.8\n\nBuild instructions\n---\n\nIf all dependencies are satisfied pathfinding can be easily built by executing ```cmake .```\n\nIf anything goes wrong please feel free to contact me :)\n\nPathfinding algorithms\n---\n\nAt the moment only an implementation of the A* algorithm is provided which uses manhattan directions and is limited to horizontal and vertical movement. This fits the needs for my other project [qrwar](https://github.com/namelessvoid/qrwar/).\n\nImplementing your own algorithms\n---\n\nYou just have to extend the ```pathfinding::AlgorithmInterface``` class and exchange the algorithm in ```main.cpp```.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnamelessvoid%2Fpathfinding","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnamelessvoid%2Fpathfinding","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnamelessvoid%2Fpathfinding/lists"}