{"id":18354529,"url":"https://github.com/misterrooster/ogl-gui-starter","last_synced_at":"2026-04-20T19:31:07.814Z","repository":{"id":233069469,"uuid":"785838811","full_name":"MisterRooster/ogl-gui-starter","owner":"MisterRooster","description":"Simple OpenGL starter project with GUI","archived":false,"fork":false,"pushed_at":"2026-02-12T23:54:06.000Z","size":1317,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-13T08:43:33.114Z","etag":null,"topics":["cpp","graphics","imgui","opengl","rendering"],"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/MisterRooster.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}},"created_at":"2024-04-12T18:24:26.000Z","updated_at":"2026-02-12T23:54:11.000Z","dependencies_parsed_at":"2024-04-14T13:24:30.627Z","dependency_job_id":"4a28ebfc-a28c-4f61-bdf8-cc1d91f863cd","html_url":"https://github.com/MisterRooster/ogl-gui-starter","commit_stats":null,"previous_names":["misterrooster/ogl-gui-starter"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MisterRooster/ogl-gui-starter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MisterRooster%2Fogl-gui-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MisterRooster%2Fogl-gui-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MisterRooster%2Fogl-gui-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MisterRooster%2Fogl-gui-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MisterRooster","download_url":"https://codeload.github.com/MisterRooster/ogl-gui-starter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MisterRooster%2Fogl-gui-starter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32062211,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T11:35:06.609Z","status":"ssl_error","status_checked_at":"2026-04-20T11:34:48.899Z","response_time":94,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["cpp","graphics","imgui","opengl","rendering"],"created_at":"2024-11-05T22:04:26.077Z","updated_at":"2026-04-20T19:31:07.789Z","avatar_url":"https://github.com/MisterRooster.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Preview](preview.png)\n\n# ogl-gui-starter\n\nThis project is a small OpenGL application using GLFW3 with imgui embedded as graphical user interface.\nIt's purpose is to be used as a basis to quickly prototyping and implementing OpenGL scenarios or as a starting point for your own gui OpenGL application.\nSame useful helper classes for rendering, file reading/writing etc. are provided.\n\n\u003e **Note**:\nSupport for OpenGL 4.4 core profile is required.\n\n## How to Compile\n\nClone the repo:\n\n```bash\ngit clone git://github.com/MisterRooster/ogl-gui-starter.git\n```\n\nThen simply run CMake with your favourite IDE. Tested with Visual Studio 2022,\nno working guarantee for other environments.\nExample commands for VS 2022:\n\n```bash\ncd ogl-gui-starter \nmkdir build\ncd build\ncmake -G \"Visual Studio 17\"..\n```\n\nIf you are using **Visual Studio Code**, checkout [How to compile with VS Code](docs/compile-instructions-vscode.md).\n\n## 3rd Party\n\n**ogl-gui-starter** uses 3rd party software, which are located in the `./dependencies` folder as submodules and built with the program. A copy of each is included in the repository when built.\nStructure and description of 3rd parts libraries and related copyrights \u0026 licenses:\n\n- dependecies/**glfw** → A multi-platform library for OpenGL, OpenGL ES, Vulkan, window and input\u003cbr\u003e\nuses version 3.3.8 - [*tag (3.3.8)*](https://github.com/glfw/glfw/tree/3.3.8) - [*License*](https://github.com/glfw/glfw/blob/3.3.8/LICENSE.md)\n\n- dependencies/**glew** → GL/GLES/EGL/GLX/WGL Loader\u003cbr\u003e\nuses a slightly altered version compatible with *CMake* named [**glew-cmake**](https://github.com/Perlmint/glew-cmake) - [*tag (glew-cmake-2.2.0)*](https://github.com/Perlmint/glew-cmake/tree/glew-cmake-2.2.0) - [*License*](https://github.com/nigels-com/glew/blob/glew-2.2.0/LICENSE.txt)\n\n- dependencies/**glm** → OpenGL vector and matrix math with SIMD\u003cbr\u003e\nuses version 9.9.8 - [*commit (47585fd)*](https://github.com/g-truc/glm/tree/47585fde0c49fa77a2bf2fb1d2ead06999fd4b6e) - [*License*](https://github.com/g-truc/glm/blob/47585fde0c49fa77a2bf2fb1d2ead06999fd4b6e/copying.txt)\n\n- src/thirdparty/**stb_image.h** → Single file image loader\u003cbr\u003e\nuses version 2.28 - [*commit (5736b15)*](https://github.com/nothings/stb/tree/5736b15f7ea0ffb08dd38af21067c314d6a3aae9) - [*License*](https://github.com/nothings/stb/blob/5736b15f7ea0ffb08dd38af21067c314d6a3aae9/LICENSE)\n\n - dependecies/**imgui** → Dear ImGui\u003cbr\u003e\nuses **docking** release of **imGui** - [*tag (v1.89.8-docking)*](https://github.com/ocornut/imgui/tree/v1.89.8-docking) - [*License*](https://github.com/ocornut/imgui/blob/v1.89.8-docking/LICENSE.txt)\n\nThe following resources are used:\n\n - data/**icons** → Application icon made by [@Smashicons](https://www.flaticon.com/authors/smashicons) on\n [Flaticon](https://www.flaticon.com/)\u003cbr\u003e\n [https://www.flaticon.com/free-icon/cock_2490630](https://www.flaticon.com/free-icon/cock_2490630)\n\n- data/**fonts** → Regular Font and Icon Font by Microsoft and [Pictogrammers](https://pictogrammers.com/) \u003cbr\u003e\n[**Ubuntu-Regular.ttf**](https://fonts.google.com/specimen/Ubuntu) - [*License*](https://ubuntu.com/legal/font-licence), \n[**MaterialDesignIconsDesktop.ttf**](https://github.com/Templarian/MaterialDesign-Font) - [*License*](https://pictogrammers.com/docs/general/license/)\n\n- src/shaders/**volumetricStanford.frag** → Altered shader based on Volumetric Stanford Bunny 2 made by [@FabriceNeyrat2](https://www.shadertoy.com/user/FabriceNeyret2) on [Shadertoy](https://www.shadertoy.com/)\u003cbr\u003e\n[https://www.shadertoy.com/view/ls2BRt](https://www.shadertoy.com/view/ls2BRt)\n-----\nCopyright (c) 2022 MisterRooster ([github.com/MisterRooster](https://github.com/MisterRooster)). All rights reserved.  \nLicensed under the MIT license. See [LICENSE](LICENSE) for full terms.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmisterrooster%2Fogl-gui-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmisterrooster%2Fogl-gui-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmisterrooster%2Fogl-gui-starter/lists"}