vengi/src/modules/ui/imgui/dearimgui
Martin Gerhardy 1cf6d667c8 LIBS: updated dearimgui 2022-03-25 19:52:57 +01:00
..
backends LIBS: updated dearimgui 2022-03-25 19:52:57 +01:00
ImGuizmo.cpp VOXEDIT: replaced own guizmo implementation with imguizmo 2022-03-18 17:20:37 +01:00
ImGuizmo.h VOXEDIT: replaced own guizmo implementation with imguizmo 2022-03-18 17:20:37 +01:00
ImSequencer.cpp VOXEDIT: replaced own guizmo implementation with imguizmo 2022-03-18 17:20:37 +01:00
ImSequencer.h VOXEDIT: replaced own guizmo implementation with imguizmo 2022-03-18 17:20:37 +01:00
README.txt UI: use the default sdl backend from dearimgui 2022-01-22 18:25:00 +01:00
imconfig.h LIBS: updated dearimgui 2022-03-25 19:52:57 +01:00
imgui.cpp LIBS: updated dearimgui 2022-03-25 19:52:57 +01:00
imgui.h LIBS: updated dearimgui 2022-03-25 19:52:57 +01:00
imgui_draw.cpp LIBS: updated dearimgui 2022-03-25 19:52:57 +01:00
imgui_internal.h LIBS: updated dearimgui 2022-03-25 19:52:57 +01:00
imgui_stdlib.cpp LIBS: updated dearimgui 2022-02-06 12:14:15 +01:00
imgui_stdlib.h LIBS: updated dearimgui 2022-02-06 12:14:15 +01:00
imgui_tables.cpp LIBS: updated dearimgui 2022-03-25 19:52:57 +01:00
imgui_widgets.cpp LIBS: updated dearimgui 2022-03-25 19:52:57 +01:00
imstb_rectpack.h LIBS: updated dearimgui 2022-03-25 19:52:57 +01:00
imstb_textedit.h LIBS: updated dearimgui 2022-03-25 19:52:57 +01:00
imstb_truetype.h LIBS: updated dearimgui 2022-03-25 19:52:57 +01:00

README.txt

imgui_stdlib.h + imgui_stdlib.cpp
  InputText() wrappers for C++ standard library (STL) type: std::string.
  This is also an example of how you may wrap your own similar types.

imgui_scoped.h
  [Experimental, not currently in main repository]
  Additional header file with some RAII-style wrappers for common Dear ImGui functions.
  Try by merging: https://github.com/ocornut/imgui/pull/2197
  Discuss at: https://github.com/ocornut/imgui/issues/2096

See more C++ related extension on Wiki
  https://github.com/ocornut/imgui/wiki/Useful-Extensions#cness