imgui

FORK: Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies
git clone https://git.neptards.moe/neptards/imgui.git
Log | Files | Refs

README.txt (453B)


      1 
      2 imgui_stdlib.h + imgui_stdlib.cpp
      3   InputText() wrappers for C++ standard library (STL) type: std::string.
      4   This is also an example of how you may wrap your own similar types.
      5 
      6 imgui_scoped.h
      7   [Experimental, not currently in main repository]
      8   Additional header file with some RAII-style wrappers for common Dear ImGui functions.
      9   Try by merging: https://github.com/ocornut/imgui/pull/2197
     10   Discuss at: https://github.com/ocornut/imgui/issues/2096