Skip to content

The wrapper library for C language to use imgui_toggle library written by C++.

License

Notifications You must be signed in to change notification settings

dinau/cimgui_toggle

Repository files navigation

alt alt

cimgui_toggle


cimgui_toggle is C language wrapper for imgui_toggle library

Based on https://github.com/cmdwtf/imgui_toggle

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 xorg-dev lib{opengl-dev,gl1-mesa-dev,glfw3,glfw3-dev}
  2. Git installed

Build and run


  1. Getting sources

    git clone --recurse-submodules 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

About

The wrapper library for C language to use imgui_toggle library written by C++.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published