jak-project/third-party/imgui
Tyler Wilding e74bd3b32b
ci: Add an automated release process (#1262)
* ci: bring over some of my code to enable the process

* ci: cleanup builds a bit and add release stuff

* ci: fix paths and such after debugging

* ci: fix flowchart

* cmake: easily toggle between building everything dyn or statically linked

* ci: build release artifacts statically linked

* ci: fix some issues after testing once again, linux binaries are still too big
2022-03-29 22:47:08 -04:00
..
CMakeLists.txt ci: Add an automated release process (#1262) 2022-03-29 22:47:08 -04:00
imconfig.h [graphics] generic merc (#1192) 2022-02-24 22:33:10 -05:00
imgui.cpp Add the imgui library (#785) 2021-08-29 14:54:16 -04:00
imgui.h Add the imgui library (#785) 2021-08-29 14:54:16 -04:00
imgui_demo.cpp Add the imgui library (#785) 2021-08-29 14:54:16 -04:00
imgui_draw.cpp Add the imgui library (#785) 2021-08-29 14:54:16 -04:00
imgui_impl_glfw.cpp Add the imgui library (#785) 2021-08-29 14:54:16 -04:00
imgui_impl_glfw.h Add the imgui library (#785) 2021-08-29 14:54:16 -04:00
imgui_impl_opengl3.cpp Add the imgui library (#785) 2021-08-29 14:54:16 -04:00
imgui_impl_opengl3.h Add the imgui library (#785) 2021-08-29 14:54:16 -04:00
imgui_impl_opengl3_loader.h Add the imgui library (#785) 2021-08-29 14:54:16 -04:00
imgui_internal.h Add the imgui library (#785) 2021-08-29 14:54:16 -04:00
imgui_tables.cpp Add the imgui library (#785) 2021-08-29 14:54:16 -04:00
imgui_widgets.cpp Add the imgui library (#785) 2021-08-29 14:54:16 -04:00
imstb_rectpack.h Add the imgui library (#785) 2021-08-29 14:54:16 -04:00
imstb_textedit.h Add the imgui library (#785) 2021-08-29 14:54:16 -04:00
imstb_truetype.h Add the imgui library (#785) 2021-08-29 14:54:16 -04:00
LICENSE.txt Add the imgui library (#785) 2021-08-29 14:54:16 -04:00
readme.txt Add the imgui library (#785) 2021-08-29 14:54:16 -04:00

This is based on imgui 1.84.2 (released 8/23/2021).

All the imgui_ files are unmodified. Some of them are copied out of the backend folder.

The cmake file is custom, but simple.