{"id":16110254,"url":"https://github.com/franneck94/imguiprojecttemplate","last_synced_at":"2025-03-18T09:30:54.070Z","repository":{"id":114409834,"uuid":"477296782","full_name":"franneck94/ImGuiProjectTemplate","owner":"franneck94","description":"ImGui Template with OpenGL and GLFW","archived":false,"fork":false,"pushed_at":"2024-11-26T16:40:56.000Z","size":7244,"stargazers_count":23,"open_issues_count":1,"forks_count":11,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-28T08:33:49.015Z","etag":null,"topics":["cmake","cpp","imgui","template"],"latest_commit_sha":null,"homepage":"","language":"CMake","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/franneck94.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":"2022-04-03T09:41:52.000Z","updated_at":"2025-02-07T16:40:55.000Z","dependencies_parsed_at":"2024-03-10T09:38:48.787Z","dependency_job_id":"e753532a-8861-4788-81fa-44288079e6b7","html_url":"https://github.com/franneck94/ImGuiProjectTemplate","commit_stats":null,"previous_names":[],"tags_count":1,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/franneck94%2FImGuiProjectTemplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/franneck94%2FImGuiProjectTemplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/franneck94%2FImGuiProjectTemplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/franneck94%2FImGuiProjectTemplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/franneck94","download_url":"https://codeload.github.com/franneck94/ImGuiProjectTemplate/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243911106,"owners_count":20367628,"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":"2024-10-09T19:36:36.419Z","updated_at":"2025-03-18T09:30:54.065Z","avatar_url":"https://github.com/franneck94.png","language":"CMake","readme":"# Template For C++ Projects\n\n![C++](https://img.shields.io/badge/C%2B%2B-11%2F14%2F17%2F20%2F23-blue)\n![License](https://img.shields.io/github/license/franneck94/CppProjectTemplate)\n![Linux Build](https://github.com/franneck94/CppProjectTemplate/workflows/Ubuntu%20CI%20Test/badge.svg)\n\nThis is a template for C++ projects. What you get:\n\nThis is a template for Imgui C++ projects. What you get:\n\n- Library and executable code separated in distinct folders.\n- Use of modern CMake for building and compiling.\n- External libraries:\n  - All graphical and imgui related libs via Git submodules:\n    - GLFW, Imgui and Implot\n  - General purpose libraries via CMake FetchContent:\n    - [JSON](https://github.com/nlohmann/json), [cxxopts](https://github.com/jarro2783/cxxopts) and [fmt](https://github.com/fmtlib/fmt)\n- Continuous integration testing with Github Actions and [pre-commit](https://pre-commit.com/)\n- Code documentation with [Doxygen](https://doxygen.nl/) and [Github Pages](https://franneck94.github.io/CppProjectTemplate/)\n- Tooling: Clang-Format, Cmake-Format, Clang-tidy, Sanitizers\n\n## Structure\n\n``` text\n├── CMakeLists.txt\n├── app\n│   ├── CMakesLists.txt\n│   └── main.cc\n├── cmake\n│   └── cmake modules\n├── docs\n│   ├── Doxyfile\n│   └── html/\n├── external\n│   ├── CMakesLists.txt\n│   ├── ...\n├── src\n│   ├── CMakesLists.txt\n└── ─── render/...\n```\n\nLibrary code goes into [src/](src/), main program code in [app/](app).\n\n## Software Requirements\n\n- CMake 3.21+\n- GNU Makefile\n- Doxygen\n- VCPKG\n- MSVC 2017 (or higher), G++9 (or higher), Clang++9 (or higher)\n\n## Building\n\nFirst, clone this repo and do the preliminary work:\n\n```shell\ngit clone --recursive https://github.com/franneck94/ImGuiProjectTemplate\nmkdir build\n```\n\n- App Executable\n\n```shell\ncd build\ncmake -DCMAKE_BUILD_TYPE=Release ..\ncmake --build . --config Release --target main\ncd app\n./main\n```\n\n- Documentation\n\n```shell\ncd build\ncmake -DCMAKE_BUILD_TYPE=Debug ..\ncmake --build . --config Debug --target docs\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffranneck94%2Fimguiprojecttemplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffranneck94%2Fimguiprojecttemplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffranneck94%2Fimguiprojecttemplate/lists"}