A modern OpenGL C++11 visualization library for 2d and 3d data.
This library his heavily inspired by by the Python vispy.gloo library.
-
Configure the project:
cmake -H. -B_build -
Build the project:
cmake --build _build --config Release -
Install library:
cmake --build _build --config Release --target install
For more informations, see the build instructions.