Portable C++ starter with optional ImGui GUI and built-in debug UI.
Starter project for portable C++ applications providing an optional GLFW/ImGui GUI and a built-in debug UI with docked windows, log viewer, settings editor, and configuration persistence. It uses modern C++ (C++17), a modern CMake build workflow with CPM-based package management, and supports GCC/Clang/MSVC on Linux, macOS, and Windows. Suited for desktop developer tools, graphical prototypes, and utilities requiring immediate GUI and integrated debugging features.
0