README.md
August 23, 2025 · View on GitHub
CImGui_Markdown
Note: Work in progress
cimgui_markdown is C language wrapper for imgui_markdown library

Prerequisites
- Windows OS
-
MSys2/MinGW tools installed.
pacman -S --noconfirm make mingw-w64-x86_64-{gcc,glfw,pkg-config,git}
-
Linux OS (Ubuntu / Debian families)
$ sudo apt install make git pkgconf lib{opengl-dev,gl1-mesa-dev,glfw3,glfw3-dev}
Build and run
-
Getting sources
git clone --recursive https://github.com/dinau/cimgui_markdown -
Build and run C language demo
WIPcd cimgui_markdown/demo/c make run -
Build and run C++ language demo
cd cimgui_markdown/demo/cpp make run
Using this project
| Language 1 | Project | |
|---|---|---|
| NeLua | Compiler | NeLuaImGui |
| Nim | Compiler | ImGuin |
| Zig, C lang. | Compiler | Dear_Bindings_Build |
| Zig | Compiler | ImGuinZ |
Footnotes
-
Alphabectial order ↩