{"id":15105010,"url":"https://github.com/alipc598/pathfindingvisualizer","last_synced_at":"2026-01-18T22:33:52.903Z","repository":{"id":217878503,"uuid":"745015092","full_name":"Alipc598/PathfindingVisualizer","owner":"Alipc598","description":"Kivy-based application for pathfinding graph visualization.","archived":false,"fork":false,"pushed_at":"2024-06-06T10:58:02.000Z","size":66,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-10T23:53:45.115Z","etag":null,"topics":["kivy","python"],"latest_commit_sha":null,"homepage":"","language":"Python","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/Alipc598.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-01-18T13:24:31.000Z","updated_at":"2024-06-05T19:12:07.000Z","dependencies_parsed_at":null,"dependency_job_id":"e3ca9ee3-aac5-4718-9b8b-1bd39fb910c1","html_url":"https://github.com/Alipc598/PathfindingVisualizer","commit_stats":{"total_commits":28,"total_committers":1,"mean_commits":28.0,"dds":0.0,"last_synced_commit":"cf748ed0db36915db77cb9521787dffb86f0f3a7"},"previous_names":["alipc598/pathfindingvisualizer"],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Alipc598%2FPathfindingVisualizer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Alipc598%2FPathfindingVisualizer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Alipc598%2FPathfindingVisualizer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Alipc598%2FPathfindingVisualizer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Alipc598","download_url":"https://codeload.github.com/Alipc598/PathfindingVisualizer/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247339132,"owners_count":20923009,"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":["kivy","python"],"created_at":"2024-09-25T20:20:20.424Z","updated_at":"2026-01-18T22:33:52.897Z","avatar_url":"https://github.com/Alipc598.png","language":"Python","readme":"\n# Pathfinding Visualizer\n\nPathfindingVisualizer is an interactive tool built with the Kivy framework, designed to demonstrate the workings of number of  algorithms. It provides a visually engaging and intuitive way to understand pathfinding algorithms based on scenarios from the Pathfinding project.\n\n## Features\n\n- **Interactive menu**: Click to create predefined obstacles, start points, and end points on a grid.\n- **Algorithm Selection**: Various algorithms have been implemented.\n- **Real-Time Visualization**: Watch the algorithms in action as they search for the shortest path.\n- **Performance Metrics**: View the number of nodes explored and the time taken for each algorithm run.\n\n## Project Structure\n\nThe project is organized into two main directories for better organization and maintainability:\n\n- `src`: Contains the source code files.\n  - `algorithms.py`: Implementation of various algorithms.\n  - `app.py`: Initializes and runs the Kivy application.\n  - `constants.py`: Defines various constants used throughout the project.\n  - `grid_components.py`: Manages the grid components, including obstacles, start points, and end points.\n  - `utilities.py`: Provides utility functions used across the project.\n- Root Directory: Contains the main entry point of the application.\n  - `main.py`: Responsible for setting up and starting the app.\n\n## Downloading the Release\n\nDownload the latest version of PathfindingVisualizer from the Releases section of this repository. The release includes a standalone executable file that you can run on your system.\n\n## Dependencies\n\nBefore running PathfindingVisualizer from the source, ensure you have the following dependencies installed:\n\n- `Kivy`: For the graphical user interface.\n- `numpy`: Used for mathematical operations and array manipulations.\n\nYou can install these dependencies using pip:\n\n```bash\npip install kivy numpy\n``` \n\n## Installation\n\nTo run PathfindingVisualizer from source:\n\n1. Clone the repository.\n2. Install the required dependencies.\n3. Navigate to the root directory of the project.\n4. Run `main.py` with Python.\n\n## Building Standalone Executable from Source\n\nTo create a standalone executable from the source code, you can use PyInstaller with the following command:\n\n```shell\npyinstaller --onefile --windowed --paths=./src main.py\n```\nThis will generate a single executable file in the dist directory.\n\n## Contributing\n\nContributions to the PathfindingVisualizer are welcome. Please read the contributing guidelines before making a pull request.\n\n## License\n\nPathfindingVisualizer is licensed under [MIT License](LICENSE).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falipc598%2Fpathfindingvisualizer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falipc598%2Fpathfindingvisualizer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falipc598%2Fpathfindingvisualizer/lists"}