README.txt 670 B

1234567891011121314151617
  1. imgui_stdlib.h + imgui_stdlib.cpp
  2. InputText() wrappers for C++ standard library (STL) type: std::string.
  3. This is also an example of how you may wrap your own similar types.
  4. imgui_scoped.h
  5. [Experimental, not currently in main repository]
  6. Additional header file with some RAII-style wrappers for common Dear ImGui functions.
  7. Try by merging: https://github.com/ocornut/imgui/pull/2197
  8. Discuss at: https://github.com/ocornut/imgui/issues/2096
  9. imgui-module:
  10. C++20 module binding
  11. https://github.com/stripe2933/imgui-module
  12. See more C++ related extension (fmt, RAII, syntactic sugar) on Wiki:
  13. https://github.com/ocornut/imgui/wiki/Useful-Extensions#cness