https://github.com/dinau/cimguifiledialog
ImGuiFileDialog examples program with plain C language
https://github.com/dinau/cimguifiledialog
cimgui cmake demo example glfw imgui imguifiledialog opengl
Last synced: 7 months ago
JSON representation
ImGuiFileDialog examples program with plain C language
- Host: GitHub
- URL: https://github.com/dinau/cimguifiledialog
- Owner: dinau
- License: mit
- Created: 2024-12-17T08:24:35.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-16T05:09:20.000Z (11 months ago)
- Last Synced: 2025-06-05T04:12:49.196Z (8 months ago)
- Topics: cimgui, cmake, demo, example, glfw, imgui, imguifiledialog, opengl
- Language: C++
- Homepage:
- Size: 1.23 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
- [CImGuiFileDialog](#cimguifiledialog)
- [Document](#document)
- [Screen shot](#screen-shot)
- [glfw_opengl3_base](#glfw_opengl3_base)
- [glfw_opengl3_color](#glfw_opengl3_color)
- [Versions](#versions)
- [Prerequisites](#prerequisites)
- [Build and run](#build-and-run)
### CImGuiFileDialog
ImGuiFileDialog example program with **C language**.
#### Document
---
https://github.com/aiekick/ImGuiFileDialog/blob/master/Documentation.md#simple-dialog-
#### Screen shot
---
##### [glfw_opengl3_base](examples/glfw_opengl3_base/main.c)
---
Very basic example

##### [glfw_opengl3_color](examples/glfw_opengl3_color/main.c)
---
Added color, theme, IconFont

#### Versions
---
- ImGuiFileDialog v0.6.8-dev (2024/12/05)
git hash: c66089f509bbfbc0d8852d54106b1af88a104822
- CImGui / ImGui 1.91.6 (2024/12)
#### Prerequisites
---
- OS
- Windows10 OS or later
- MSys/MinGW tools installed
- Linux Ubuntu / Debian families
- CMake installed
- GCC compiler installed
- Make command installed
#### Build and run
---
```sh
git clone -b main --single-branch --depth 1 --recursive --shallow-submodules https://github.com/dinau/CImGuiFileDialog
```
For example,
```sh
cd CImGuiFileDialog
cd examples/glfw_opengl3_color
make
```