README.md

August 23, 2025 · View on GitHub

alt alt

CImGui_Markdown


Note: Work in progress

cimgui_markdown is C language wrapper for imgui_markdown library

alt

Prerequisites


  1. Windows OS
  • MSys2/MinGW tools installed.

    pacman -S --noconfirm make mingw-w64-x86_64-{gcc,glfw,pkg-config,git}
    
  1. Linux OS (Ubuntu / Debian families)

    $ sudo apt install make git pkgconf lib{opengl-dev,gl1-mesa-dev,glfw3,glfw3-dev}
    

Build and run


  1. Getting sources

    git clone --recursive https://github.com/dinau/cimgui_markdown
    
  2. Build and run C language demo
    WIP

    cd cimgui_markdown/demo/c
    make run
    
  3. Build and run C++ language demo

    cd cimgui_markdown/demo/cpp
    make run
    

Using this project


Language 1Project
NeLuaCompilerNeLuaImGui
NimCompilerImGuin
Zig, C lang.CompilerDear_Bindings_Build
ZigCompilerImGuinZ

Footnotes

  1. Alphabectial order