This project introduces C API for ImAnim to use it with other languages1 and a simple demo program in C.
-
Windows11 or later
-
Install MSys2/MinGW (Windows OS)
-
Install packages
pacman -S mingw-w64-ucrt-x86_64-{toolchain,glfw}
-
-
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/cimanim
-
Go to demo/cimgui folder
cd demo/cimugi make run -
Go to demo/dcimgui (Dear bindings) folder
cd demo/dcimugi make run
Footnotes
-
Zig, Nim, Nelua, etc ↩