cimgui_toggle
is C language wrapper for imgui_toggle
library
Based on https://github.com/cmdwtf/imgui_toggle
- Windows OS
-
MSys2/MinGW tools installed.
Install at least,pacman -S make mingw-w64-ucrt-x86_64-{gcc,glfw,pkgconf}
-
Linux OS (Ubuntu / Debian families)
Install at least,$ sudo apt install make pkgconf xorg-dev lib{opengl-dev,gl1-mesa-dev,glfw3,glfw3-dev}
-
Git installed
-
Getting sources
git clone --recurse-submodules https://github.com/dinau/cimgui_toggle
-
Build and run C language demo
cd cimgui_toggle/demo/c make run
-
Build and run C++ language demo
cd cimgui_toggle/demo/cpp make run