{"id":18866049,"url":"https://github.com/adia-dev/tree_visualizer","last_synced_at":"2025-07-30T23:32:51.464Z","repository":{"id":234742187,"uuid":"617160866","full_name":"adia-dev/tree_visualizer","owner":"adia-dev","description":null,"archived":false,"fork":false,"pushed_at":"2023-03-21T20:20:23.000Z","size":5305,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-25T10:14:31.019Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/adia-dev.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}},"created_at":"2023-03-21T20:18:34.000Z","updated_at":"2025-01-18T00:12:25.000Z","dependencies_parsed_at":"2024-04-20T17:04:05.786Z","dependency_job_id":null,"html_url":"https://github.com/adia-dev/tree_visualizer","commit_stats":null,"previous_names":["adia-dev/tree_visualizer"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/adia-dev/tree_visualizer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adia-dev%2Ftree_visualizer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adia-dev%2Ftree_visualizer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adia-dev%2Ftree_visualizer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adia-dev%2Ftree_visualizer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adia-dev","download_url":"https://codeload.github.com/adia-dev/tree_visualizer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adia-dev%2Ftree_visualizer/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267960675,"owners_count":24172506,"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-07-30T02:00:09.044Z","response_time":70,"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":"2024-11-08T05:05:23.504Z","updated_at":"2025-07-30T23:32:51.418Z","avatar_url":"https://github.com/adia-dev.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tree Visualizer\n\nThis is a tree visualizer developed using C++ and ImGui with SFML. The project allows users to visualize and manipulate binary trees. Users can navigate through the tree using the arrow keys or by right-clicking on a node to access a contextual menu.\n\n## Features\n\n- View binary tree structure\n- Traverse through the tree using arrow keys or contextual menu\n- Broken Rotate button (supposed to rotate the current node in the fashion of an AVL tree)\n\n## Demo\n\n![Tree Visualizer Demo](assets/demo.gif)\n\n## How to Use\n\n1. Launch the binary file generated by compiling the code.\n2. Use the arrow keys or right-click on a node to access the contextual menu.\n3. Navigate the tree by selecting the appropriate option in the contextual menu.\n4. Use the Rotate button to rotate the current node (currently not functioning as intended).\n\n## Compiling\n\nTo compile the project, navigate to the project root directory and run the following commands:\n\n```bash\nmkdir build\ncd build\ncmake ..\nmake\n```\n\n## Dependencies\n\n- SFML\n- ImGui\n- CMake\n\n## Notes\n\nI would like to redo this project in the future using a different language and framework. I would also like to add more features to the project such as the ability to support multiple trees and the ability to sort the tree.\nMy dream is to run this project through the command line with parameters to specify the tree structure to use and then have the program output the tree.\n\n### Example\n\n```bash\n./tree-visualizer -t avl -i 1,2,3,4,5,6,7,8,9,10\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadia-dev%2Ftree_visualizer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadia-dev%2Ftree_visualizer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadia-dev%2Ftree_visualizer/lists"}