blossom is a fast and flexible OpenGL-based rendering engine written in C++.
waves_example.mp4
To use blossom, you'll first need to install the following prerequisites:
Install CMake if you don't already have it, then run the following command in the project root:
mkdir build && cd build && cmake .. && makeTo build the documentation, install Doxygen and then run the following command in the project root:
doxygen DoxyfileThis will generate the directories blossom/html and blossom/latex containing the documentation.