{"id":18604826,"url":"https://github.com/x-rays5/imgui_cmake","last_synced_at":"2025-11-02T11:30:25.159Z","repository":{"id":193139057,"uuid":"688200168","full_name":"X-rays5/imgui_cmake","owner":"X-rays5","description":"A basic CMake script to use IMGUI with CMake. Basic configuration is available.","archived":false,"fork":false,"pushed_at":"2025-02-10T23:17:05.000Z","size":25,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-11T00:24:24.545Z","etag":null,"topics":["cmake","cpp","imgui"],"latest_commit_sha":null,"homepage":"","language":"CMake","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/X-rays5.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":"2023-09-06T21:27:56.000Z","updated_at":"2025-02-10T23:17:08.000Z","dependencies_parsed_at":"2024-08-05T00:27:19.949Z","dependency_job_id":null,"html_url":"https://github.com/X-rays5/imgui_cmake","commit_stats":null,"previous_names":["x-rays5/imgui_cmake"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/X-rays5%2Fimgui_cmake","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/X-rays5%2Fimgui_cmake/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/X-rays5%2Fimgui_cmake/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/X-rays5%2Fimgui_cmake/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/X-rays5","download_url":"https://codeload.github.com/X-rays5/imgui_cmake/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239394720,"owners_count":19631121,"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":["cmake","cpp","imgui"],"created_at":"2024-11-07T02:19:09.859Z","updated_at":"2025-11-02T11:30:25.116Z","avatar_url":"https://github.com/X-rays5.png","language":"CMake","funding_links":[],"categories":[],"sub_categories":[],"readme":"# IMGUI CMake\nA basic CMake script to use IMGUI with CMake. Basic configuration is available.\n\n## Usage\n\n### Select branch\n```cmake\noption(IMGUI_DOCKING_BRANCH \"Branch of imgui_docking\" OFF)\n```\n\n### Imgui config\n```cmake\noption(IMGUI_DISABLE_OBSOLETE_FUNCTIONS \"Disable obsolete functions\" ON)\noption(IMGUI_DISABLE_OBSOLETE_KEYIO \"1.87: disable legacy io.KeyMap[]+io.KeysDown[] in favor io.AddKeyEvent(). This will be folded into IMGUI_DISABLE_OBSOLETE_FUNCTIONS in a few versions.\" ON)\n\noption(IMGUI_DISABLE_DEMO_WINDOWS \"ShowDemoWindow()/ShowStyleEditor() will be empty.\" OFF)\noption(IMGUI_DISABLE_DEBUG_TOOLS \"ShowMetricsWindow(), ShowDebugLogWindow() and ShowStackToolWindow() will be empty\" OFF)\n\noption(IMGUI_DISABLE_WIN32_FUNCTIONS \"Won't use and link with any Win32 function (clipboard, IME)\" OFF)\n\noption(IMGUI_ENABLE_FREETYPE_LUNASVG \"Enable LunaSVG\" ON)\n\noption(IMGUI_DEBUG_PARANOID \"Enable slower asserts\" OFF)\n```\n\n### Backend selection\nIf sdl is not enabled win32 will be used.\n```cmake\noption(ENABLE_OPENGL2_BACKEND \"Enable OpenGL2 backend\" OFF)\noption(ENABLE_OPENGL3_BACKEND \"Enable OpenGL3 backend\" OFF)\noption(ENABLE_DX9_BACKEND \"Enable DirectX 9 backend\" OFF)\noption(ENABLE_DX10_BACKEND \"Enable DirectX 10 backend\" OFF)\noption(ENABLE_DX11_BACKEND \"Enable DirectX 11 backend\" OFF)\noption(ENABLE_DX12_BACKEND \"Enable DirectX 12 backend\" OFF)\noption(ENABLE_VULKAN_BACKEND \"Enable Vulkan backend\" OFF)\noption(ENABLE_SDL2_BACKEND \"Enable SDL2 backend\" OFF)\noption(ENABLE_SDL3_BACKEND \"Enable SDL3 backend\" OFF)\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fx-rays5%2Fimgui_cmake","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fx-rays5%2Fimgui_cmake","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fx-rays5%2Fimgui_cmake/lists"}