principia/lib/imgui
2026-05-17 22:35:13 +02:00
..
misc/freetype Update Dear Imgui to 93e396f 2026-05-17 22:35:13 +02:00
CHANGELOG.txt Update Dear Imgui to 93e396f 2026-05-17 22:35:13 +02:00
copy.sh Update Dear Imgui to 93e396f 2026-05-17 22:35:13 +02:00
imconfig.h Switch to imgui_freetype for rendering text in Imgui dialogs 2026-01-10 19:27:52 +01:00
imgui.cpp Update Dear Imgui to 93e396f 2026-05-17 22:35:13 +02:00
imgui.h Update Dear Imgui to 93e396f 2026-05-17 22:35:13 +02:00
imgui_demo.cpp Update Dear Imgui to 93e396f 2026-05-17 22:35:13 +02:00
imgui_draw.cpp Update Dear Imgui to 93e396f 2026-05-17 22:35:13 +02:00
imgui_impl_opengl3.cpp Update Dear Imgui to 93e396f 2026-05-17 22:35:13 +02:00
imgui_impl_opengl3.h Update Dear Imgui to 93e396f 2026-05-17 22:35:13 +02:00
imgui_impl_opengl3_loader.h Update Imgui to f5384544cb350dd2444c27c153ac563b91cf09da 2026-01-10 19:12:27 +01:00
imgui_internal.h Update Dear Imgui to 93e396f 2026-05-17 22:35:13 +02:00
imgui_stdlib.cpp Update Imgui to f5384544cb350dd2444c27c153ac563b91cf09da 2026-01-10 19:12:27 +01:00
imgui_stdlib.h Update Imgui to f5384544cb350dd2444c27c153ac563b91cf09da 2026-01-10 19:12:27 +01:00
imgui_tables.cpp Update Dear Imgui to 93e396f 2026-05-17 22:35:13 +02:00
imgui_widgets.cpp Update Dear Imgui to 93e396f 2026-05-17 22:35:13 +02:00
imstb_rectpack.h Update Dear Imgui to 93e396f 2026-05-17 22:35:13 +02:00
imstb_textedit.h Update Imgui to f5384544cb350dd2444c27c153ac563b91cf09da 2026-01-10 19:12:27 +01:00
LICENSE.txt Move in-tree libraries to lib/, move main codebase into root of src/ 2025-03-05 20:23:30 +01:00
README.md Update Dear Imgui to 93e396f 2026-05-17 22:35:13 +02:00

Dear Imgui

These are source files from the Dear Imgui library, for Principia's experimental Dear Imgui dialog backend.

All files are currently taken from commit 93e396ffb75834b4fa79004a4f0fccb600a8e164 and have no modifications done to them compared to upstream.

To update from upstream, see the copy.sh script in this folder.