ImGuiCPP
imguicpp is a C++ wrapper for Dear ImGui. Dear ImGui is a bloat-free graphical user interface library that is fast, portable, and self-contained. It is designed for real-time applications, such as games, and is written in C++. ImGuiCPP provides a C++ interface to Dear ImGui, making it easier to use within C++ projects.
The primary goal of ImGuiCPP is to offer a more idiomatic C++ experience when integrating Dear ImGui
While Dear ImGui itself is quite accessible, ImGuiCPP aims to further streamline its integration, especially for