I find a good graphical library in c++, it's called libxd, very similar with Processing but I don't know how to install it in CodeBlocks or Visual Studio Code.
Link to this library : https://bernhardfritz.github.io/libxd/
I find a good graphical library in c++, it's called libxd, very similar with Processing but I don't know how to install it in CodeBlocks or Visual Studio Code.
Link to this library : https://bernhardfritz.github.io/libxd/
did you see the readme in the example directory? https://github.com/bernhardfritz/libxd/blob/master/docs/quickstart.md#windows
The library is already compiled for major systems, so you can extract the archive without compiling.
For Windows + CodeBlocks you have to link .a
files (glad
, glfw3
, xd
), see this answer How do I link to a library with Code::Blocks?