{"id":15099192,"url":"https://github.com/johnnieshere/lolinfoapp","last_synced_at":"2026-02-08T02:03:45.285Z","repository":{"id":250494950,"uuid":"833069237","full_name":"JohnniesHere/LoLinfoApp","owner":"JohnniesHere","description":"This project demonstrates the creation of a graphical application using GLFW, OpenGL, and Dear ImGui. The application provides detailed information about League of Legends champions, items, and summoner spells, including images and text details fetched from JSON files.","archived":false,"fork":false,"pushed_at":"2024-08-09T09:50:58.000Z","size":88621,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-14T14:05:11.144Z","etag":null,"topics":["api","cpp","curl","dear-imgui","glfw","league-of-legends","league-of-legends-api","nlohmann-json","opengl","stb-image","threads"],"latest_commit_sha":null,"homepage":"","language":"C++","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/JohnniesHere.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-07-24T09:41:23.000Z","updated_at":"2024-08-09T09:52:26.000Z","dependencies_parsed_at":"2024-09-15T17:22:17.037Z","dependency_job_id":null,"html_url":"https://github.com/JohnniesHere/LoLinfoApp","commit_stats":{"total_commits":85,"total_committers":2,"mean_commits":42.5,"dds":"0.12941176470588234","last_synced_commit":"dddecf1065c2583e10730584b89c8023147cac30"},"previous_names":["johnnieshere/cppproject","johnnieshere/lolinfoapp"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/JohnniesHere/LoLinfoApp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JohnniesHere%2FLoLinfoApp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JohnniesHere%2FLoLinfoApp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JohnniesHere%2FLoLinfoApp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JohnniesHere%2FLoLinfoApp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JohnniesHere","download_url":"https://codeload.github.com/JohnniesHere/LoLinfoApp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JohnniesHere%2FLoLinfoApp/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267621605,"owners_count":24116901,"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-29T02:00:12.549Z","response_time":2574,"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":["api","cpp","curl","dear-imgui","glfw","league-of-legends","league-of-legends-api","nlohmann-json","opengl","stb-image","threads"],"created_at":"2024-09-25T17:07:22.502Z","updated_at":"2026-02-08T02:03:45.234Z","avatar_url":"https://github.com/JohnniesHere.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GUI Application with OpenGL and Dear ImGui\n\nAuthors: Jonathan Elgarisi \u0026 Hagi Debby\n\n## GUI Application with OpenGL and Dear ImGui\n\nThis project demonstrates the creation of a graphical application using GLFW, OpenGL, and Dear ImGui. The application provides detailed information about League of Legends champions, items, and summoner spells, including images and text details fetched from JSON files.\n\n## Demo Video \n\nhttps://github.com/user-attachments/assets/68dda149-fe66-4bb4-9360-fa2915ec4c2f\n\n## Features\n- Initialize and manage a GLFW window.\n- Render GUI elements using Dear ImGui.\n- Load and display textures.\n- Fetch and display data from the League of Legends API using nlohmann::json and httplib.\n- Implement custom styles for GUI elements.\n- Display detailed information about champions, items, and summoner spells, including images and textual descriptions.\n\n## Third-Party Libraries Used\n- [GLFW](https://www.glfw.org/): For creating and managing windows, OpenGL contexts, and input.\n- [OpenGL](https://www.opengl.org/): For rendering graphics.\n- [Dear ImGui](https://github.com/ocornut/imgui): For creating graphical user interfaces.\n- [stb_image](https://github.com/nothings/stb/blob/master/stb_image.h): For loading images.\n- [curl](https://curl.se/libcurl/): For fetching data from the web.\n- [nlohmann::json](https://github.com/nlohmann/json): For parsing JSON data.\n- [httplib](https://github.com/yhirose/cpp-httplib): For making HTTP requests.\n\n## How to Run\nDownload the installer (LoLinfoAppSetup.msi) and simply run it, then you can use the shortcut in your desktop.\nVirus total scan - [here](https://www.virustotal.com/gui/file/39330c96deef5aeec3e71441611e442e37accd7fd2e2b8fa0cc8057532cb0693?nocache=1) note that there are few false - positives.\n\n\n## Functions\n- Info about Champions, Items and Summoner's Spells.\n\n## Output\n\nThe program outputs the GUI elements and data fetched from the League of Legends API. It provides visual feedback and interactions through the GUI window.\n\n## Project Files\n- `main.cpp`: Contains the main function to initialize and run the GUI application.\n- `GuiManager.cpp`: Implementation of the GUI manager for handling the GUI window and rendering.\n- `GuiManager.h`: Header file for the GUI manager with class definitions and function signatures.\n- `DataManager.cpp`: Implementation of the data manager for fetching and processing data from the API.\n- `DataManager.h`: Header file for the data manager with class definitions and function signatures.\n- `README.txt`: The text file you are currently reading.\n\n## License\n\nMIT - https://choosealicense.com/licenses/mit/\n\nBy following this README, you can compile and run the GUI application, which demonstrates how to create a graphical application using GLFW, OpenGL, and Dear ImGui, fetch and display data from the League of Legends API, and implement custom GUI styles.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohnnieshere%2Flolinfoapp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjohnnieshere%2Flolinfoapp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohnnieshere%2Flolinfoapp/lists"}