ImGuiFileDialog example program with C language.
https://github.com/aiekick/ImGuiFileDialog/blob/master/Documentation.md#simple-dialog-
Very basic example
Added color, theme, IconFont
- ImGuiFileDialog v0.6.8-dev (2024/12/05)
git hash: c66089f509bbfbc0d8852d54106b1af88a104822 - CImGui / ImGui 1.91.6 (2024/12)
- OS
- Windows10 OS or later
- MSys/MinGW tools installed
- Linux Mint 22 (or Ubuntu / Debian families ?)
- Windows10 OS or later
- CMake installed
- GCC compiler installed
- Make command installed
git clone -b main --single-branch --depth 1 --recursive --shallow-submodules https://github.com/dinau/CImGuiFileDialog
For example,
cd CImGuiFileDialog
cd examples/glfw_opengl3_base
make