|
|
@ -14,9 +14,10 @@ ImGui is particularly suited to integration in realtime 3D applications, fullscr
|
|
|
|
ImGui is self-contained within a few files that you can easily copy and compile into your application/engine:
|
|
|
|
ImGui is self-contained within a few files that you can easily copy and compile into your application/engine:
|
|
|
|
|
|
|
|
|
|
|
|
- imgui.cpp
|
|
|
|
- imgui.cpp
|
|
|
|
|
|
|
|
- imgui.h
|
|
|
|
- imgui_demo.cpp
|
|
|
|
- imgui_demo.cpp
|
|
|
|
- imgui_draw.cpp
|
|
|
|
- imgui_draw.cpp
|
|
|
|
- imgui.h
|
|
|
|
- imgui_internal.h
|
|
|
|
- imconfig.h (empty by default, user-editable)
|
|
|
|
- imconfig.h (empty by default, user-editable)
|
|
|
|
- stb_rect_pack.h
|
|
|
|
- stb_rect_pack.h
|
|
|
|
- stb_textedit.h
|
|
|
|
- stb_textedit.h
|
|
|
|