Skip to content

ImGuiFileDialog examples program with plain C language

License

Notifications You must be signed in to change notification settings

dinau/CImGuiFileDialog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CImGuiFileDialog

ImGuiFileDialog example program with C.

Document


https://github.com/aiekick/ImGuiFileDialog/blob/master/Documentation.md#simple-dialog-

Screen shot



Very basic example

alt


Added color, IconFont

alt

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
  • 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

About

ImGuiFileDialog examples program with plain C language

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published