A barely working graphics library built for an introdoctory computer graphics course.
git clone --recursive https://github.com/BWsix/beamlib.git
cd beamlib
cmake -S . -B build
cmake --build build -j
# for project 1, execute `build/examples/gumdam/gumdam` from the root directory
# for project 2, execute `build/examples/hub` from the root directory
# for project 3, execute `build/examples/water/water` from the root directory