ImGuiFileDialog example program with C.
https://github.com/aiekick/ImGuiFileDialog/blob/master/Documentation.md#simple-dialog-
Very basic example
Added color, IconFont
- ImGuiFileDialog v0.6.9-WIP (2026/02/13)
git hash: da42ca6f34b2d6b6cdcf783c731a400f2c3cd072 - CImGui / ImGui 1.92.6 (2026/02)
- OS
- Windows11
- MSys/MinGW tools installed
- Linux Ubuntu / Debian families
- Windows11
- CMake installed
- GCC compiler installed
- Make command installed
git clone -b main --single-branch --depth 1 --recursive --shallow-submodules https://github.com/dinau/CImGuiFileDialogFor example,
cd CImGuiFileDialog
cd examples/glfw_opengl3_color
make
