This project introduces C API to ImGuiTextSelect to use it with other languages and a simple demo program with C.
Reference to :
-
Windows OS 11 or later
-
Install MSys2/MinGW (Windows OS)
-
Install packages
pacman -S mingw-w64-ucrt-x86_64-{gcc,glfw,pkg-config} make
-
-
Linux: Ubuntu / Debian families
-
Install packages
$ sudo apt install gcc lib{opengl-dev,gl1-mesa-dev,glfw3-dev} make pkg-config
-
-
Download this project.
git clone --recursive https://github.com/dinau/CImGuiTextSelect
-
Go to demo folder
cd CImGuiTextSelect/demo/cimgui make run
