vengi/src/modules/ui/imgui/dearimgui
Martin Gerhardy b879def00a UI: applied coding guidelines 2022-05-26 17:36:41 +02:00
..
backends LIBS: updated dearimgui 2022-05-23 20:47:34 +02:00
ImGuizmo.cpp VOXEDIT: show the view matrix manipulator in edit mode, too 2022-05-26 09:58:47 +02:00
ImGuizmo.h VOXEDIT: show the view matrix manipulator in edit mode, too 2022-05-26 09:58:47 +02:00
LICENSE-sequencer UI: added neo-sequencer 2022-03-29 21:24:54 +02: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-05-23 20:47:34 +02:00
imgui.h LIBS: updated dearimgui 2022-05-23 20:47:34 +02:00
imgui_draw.cpp LIBS: updated dearimgui 2022-05-23 20:47:34 +02:00
imgui_internal.h LIBS: updated dearimgui 2022-05-23 20:47:34 +02:00
imgui_neo_internal.cpp UI: added neo-sequencer 2022-03-29 21:24:54 +02:00
imgui_neo_internal.h UI: added neo-sequencer 2022-03-29 21:24:54 +02:00
imgui_neo_sequencer.cpp UI: applied coding guidelines 2022-05-26 17:36:41 +02:00
imgui_neo_sequencer.h UI: applied coding guidelines 2022-05-26 17:36:41 +02: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-05-11 23:23:52 +02:00
imgui_widgets.cpp LIBS: updated dearimgui 2022-05-23 20:47:34 +02: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 UI: updated dearimgui 2022-04-14 18:57:13 +02: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