Skip to content

dinau/cimgui_toggle

Repository files navigation

alt alt

cimgui_toggle


cimgui_toggle is C language wrapper for imgui_toggle library

alt

Prerequisites


  1. Windows OS
  • MSys2/MinGW tools installed.
    Install at least,

    pacman -S make mingw-w64-ucrt-x86_64-{gcc,glfw,pkgconf}
  1. Linux OS (Ubuntu / Debian families)
    Install at least,

    $ sudo apt install make pkgconf lib{opengl-dev,gl1-mesa-dev,glfw3,glfw3-dev}
  2. Git installed

Build and run


  1. Getting sources

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

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

    cd cimgui_toggle/demo/cpp
    make run
    

Custom window


alt

Using this project


Language 1 Project
NeLua Compiler NeLuaImGui
Nim Compiler ImGuin
Zig, C lang. Compiler Dear_Bindings_Build
Zig Compiler ImGuinZ

Footnotes

  1. Alphabectial order