README.md
February 22, 2026 ยท View on GitHub
CImGuiFileDialog
ImGuiFileDialog example program with C.
Document
https://github.com/aiekick/ImGuiFileDialog/blob/master/Documentation.md#simple-dialog-
Screen shot
glfw_opengl3_base
Very basic example

glfw_opengl3_color
Added color, IconFont

Versions
- ImGuiFileDialog v0.6.9-WIP (2026/02/13)
git hash: da42ca6f34b2d6b6cdcf783c731a400f2c3cd072 - CImGui / ImGui 1.92.6 (2026/02)
Prerequisites
- OS
- Windows11
- MSys/MinGW tools installed
- Linux Ubuntu / Debian families
- Windows11
- CMake installed
- GCC compiler installed
- Make command installed
Build and run
git clone -b main --single-branch --depth 1 --recursive --shallow-submodules https://github.com/dinau/CImGuiFileDialog
For example,
cd CImGuiFileDialog
cd examples/glfw_opengl3_color
make