{"id":16180901,"url":"https://github.com/cqb13/path-finder","last_synced_at":"2025-04-07T12:11:40.552Z","repository":{"id":228882258,"uuid":"775171273","full_name":"cqb13/path-finder","owner":"cqb13","description":"Rust TUI tool for visualizing the execution of various pathfinding algorithms.","archived":false,"fork":false,"pushed_at":"2024-04-11T14:16:31.000Z","size":44,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-13T14:44:19.427Z","etag":null,"topics":["algorithms","pathfinding","rust","rust-tui","simulation","tui"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cqb13.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-03-20T22:20:36.000Z","updated_at":"2024-03-21T01:06:00.000Z","dependencies_parsed_at":"2024-04-09T15:40:38.249Z","dependency_job_id":"7990ce15-0a62-49e3-8ed8-030e1d9e62cc","html_url":"https://github.com/cqb13/path-finder","commit_stats":null,"previous_names":["cqb13/path-finder"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cqb13%2Fpath-finder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cqb13%2Fpath-finder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cqb13%2Fpath-finder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cqb13%2Fpath-finder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cqb13","download_url":"https://codeload.github.com/cqb13/path-finder/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247648977,"owners_count":20972945,"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":["algorithms","pathfinding","rust","rust-tui","simulation","tui"],"created_at":"2024-10-10T06:10:43.406Z","updated_at":"2025-04-07T12:11:40.523Z","avatar_url":"https://github.com/cqb13.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pathfinding Visualizer\n\n**Objective**: To create a CLI/TUI application that visualizes the execution of various pathfinding algorithms on a grid or graph. The user should be able to set start and end points, place obstacles, and choose an algorithm to visualize the pathfinding process.\n\n**Core Features**:\n\n- **Grid/Graph Creation**: Allow users to create a grid or graph structure, where nodes represent possible paths and edges represent the distance or cost to move between nodes.\n- **Obstacle Placement**: Users can mark certain nodes as obstacles or walls, which the pathfinding algorithms must navigate around.\n- **Algorithm Selection and Visualization**: Implement several pathfinding algorithms (e.g., A\\*, Dijkstra's, Greedy Best-first) and allow the user to select which one to use. The application should visually represent the algorithm's progress in finding the shortest path.\n- **Performance Metrics**: After an algorithm completes, display metrics such as total distance/cost, number of nodes visited, and execution time.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcqb13%2Fpath-finder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcqb13%2Fpath-finder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcqb13%2Fpath-finder/lists"}