{"id":28034874,"url":"https://github.com/gotoss08/imgui_project_template","last_synced_at":"2025-06-17T05:37:56.647Z","repository":{"id":291674570,"uuid":"978403306","full_name":"gotoss08/imgui_project_template","owner":"gotoss08","description":"CMake ImGui template","archived":false,"fork":false,"pushed_at":"2025-05-06T00:05:34.000Z","size":0,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-06T00:37:40.488Z","etag":null,"topics":["cmake","cpp","imgui","template"],"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/gotoss08.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,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-05-05T23:51:46.000Z","updated_at":"2025-05-06T00:05:37.000Z","dependencies_parsed_at":"2025-05-06T00:47:42.336Z","dependency_job_id":null,"html_url":"https://github.com/gotoss08/imgui_project_template","commit_stats":null,"previous_names":["gotoss08/imgui_project_template"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gotoss08%2Fimgui_project_template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gotoss08%2Fimgui_project_template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gotoss08%2Fimgui_project_template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gotoss08%2Fimgui_project_template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gotoss08","download_url":"https://codeload.github.com/gotoss08/imgui_project_template/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253561121,"owners_count":21927767,"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","template"],"created_at":"2025-05-11T12:00:28.867Z","updated_at":"2025-05-11T12:01:18.163Z","avatar_url":"https://github.com/gotoss08.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ImGui Project Template\r\n\r\nThis is a starter template for projects using [Dear ImGui](https://github.com/ocornut/imgui).\r\n\r\n## Features\r\n\r\n- Pre-configured build system (CMake)\r\n- Example ImGui window\r\n- Easy to extend\r\n- Uses packaged library versions:\r\n  - Dear ImGui: 1.91.9b\r\n  - SDL2: 2.32.4\r\n  - FreeType: 2.13.3\r\n- Uses FreeType for text rendering\r\n- Supports DPI scaling\r\n\r\n## Rendering Backend\r\n\r\nThis template uses **OpenGL3 + SDL2** as the rendering backend for Dear ImGui.\r\nYou can change the backend by modifying the source and build configuration as needed.\r\n\r\n## Getting Started\r\n\r\n1. **Clone the repository:**\r\n   ```\r\n   git clone https://github.com/gotoss08/imgui_project_template\r\n   ```\r\n\r\n2. **Install dependencies:**\r\n   - Make sure you have a C++ compiler and CMake installed.\r\n   - Compilation was tested on **Windows** using the **x64 MSVC compiler**.\r\n\r\n3. **Build the project:**\r\n   ```\r\n   mkdir build\r\n   cd build\r\n   cmake ..\r\n   cmake --build .\r\n   ```\r\n   - The MSVC compiler will create a `Debug` folder inside `bin` containing the executable.\r\n\r\n4. **Copy SDL2.dll:**\r\n   - Copy `bin/SDL2.dll` to the `bin/Debug` folder before running the executable.\r\n\r\n5. **Run the application:**\r\n   - The executable will be in the `bin/Debug` directory.\r\n\r\n## Customization\r\n\r\n- Edit the source files in `src/` to add your own ImGui windows and logic.\r\n\r\n## License\r\n\r\nThis template is provided as-is. Add your own license as appropriate.\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgotoss08%2Fimgui_project_template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgotoss08%2Fimgui_project_template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgotoss08%2Fimgui_project_template/lists"}