{"id":18879340,"url":"https://github.com/installgentoo/opengl_gui","last_synced_at":"2025-04-14T19:22:48.817Z","repository":{"id":23183958,"uuid":"26540180","full_name":"installgentoo/opengl_gui","owner":"installgentoo","description":"fast, configurable, minimal opengl gui drawing system","archived":false,"fork":false,"pushed_at":"2019-02-20T23:30:06.000Z","size":48468,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-28T07:51:09.416Z","etag":null,"topics":["gamedev","gui","imgui","opengl","simplicity","toolkit","tools","ui"],"latest_commit_sha":null,"homepage":"","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/installgentoo.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}},"created_at":"2014-11-12T14:39:51.000Z","updated_at":"2022-09-01T14:31:42.000Z","dependencies_parsed_at":"2022-08-21T19:10:40.107Z","dependency_job_id":null,"html_url":"https://github.com/installgentoo/opengl_gui","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/installgentoo%2Fopengl_gui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/installgentoo%2Fopengl_gui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/installgentoo%2Fopengl_gui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/installgentoo%2Fopengl_gui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/installgentoo","download_url":"https://codeload.github.com/installgentoo/opengl_gui/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248943415,"owners_count":21186958,"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":["gamedev","gui","imgui","opengl","simplicity","toolkit","tools","ui"],"created_at":"2024-11-08T06:35:29.801Z","updated_at":"2025-04-14T19:22:48.782Z","avatar_url":"https://github.com/installgentoo.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"Metelisa imgui\n\nThis is a small library for gui drawing with OpenGL, inside your OpenGL context. It's real fast,\nit's made to be straightforward, readable and easily extendable.\n\n-why not just use dear imgui?\nToo much code to read. Also one of the points about this library was allowing the usage of multiple shaders.\nIt is also optimised, i do caching, unlike imgui. The editor scene from the demo takes 60 microseconds to\ntranslate all elements into draws and another 100 for opengl to rasterize on my ancient 2-core laptop.\n\nRequires c++14.\nBuild with cmake. You need to have glfw library installed on linux, on win it is built automatically(see demo/.cmake/glfw.cmake). Win build tested with mingw 7.3.\nThere is prebuilt windows binary in ./bin\n\nRunning on linux:\ncd ./demo/demo/proj\ncmake ./\nmake -j4\ncd ./bin\n./tester_main\n\nDistributed under BSD License, licenses for libraries are as stated in libraries.\n\nRefer to demo/proj/tester/tester_main.cxx for detailed comments\n\n\n\n![Alt Text](https://raw.githubusercontent.com/installgentoo/opengl_gui/master/record.gif)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finstallgentoo%2Fopengl_gui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finstallgentoo%2Fopengl_gui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finstallgentoo%2Fopengl_gui/lists"}