Library uses raylib as the underlying graphics engine and exposes an API for users to plot multiple types of charts.
Please refer to the Raylib build and instillation guide for instructions to download raylib on your OS.
cd build
cmake ..
makeRun make to create executables for all demos in the examples directory, or to create one for a specific example:
make bar_example