Another attempt to do something with OpenGL
Without vcpkg (make sure you have all dependencies setup correctly)
mkdir build cd build cmake .. make
With vcpkg
mkdir build cd build cmake .. --preset=default ninja