http://licence-info.univ-lyon1.fr/grapic
GrAPiC is a small, easy-to-use framework to add graphical functionalities to your C/C++ code. Its main goal is to provide easy graphical functions to be used in introduction courses of algorithm and programming in C/C++. It is based on SDL2 but to use it you need to know only few very simples functions. The Grapic archive comes with the needed SDL part, you do not have to install SDL. Just unzip and enjoy !
Install: - g++, doxygen, zip, lib-sdl2-dev lib-sdl2 sd2_imag sdl2_ttf
sudo apt install g++ premake5 zip doxygen libsdl2-dev libsdl2-mixer-dev libsdl2-image-dev libsdl2_ttf-dev
make premake
make
The easiest
- Install CodeBlocks 20
- run the script
run-premake-cb20.bat
orrun-lifami-cb20.bat
- open build/windows-codeblocks/grapic.workspace with Codeblocks
make web
: to create doc and sync everything to the webpage (need passwd).