A collection of opengl projects
cd path/to/project
mkdir build && cd build
cmake ..
cmake --build .
if you want to compile you will need to add some of these libraries
Glad: https://github.com/dav1dde/glad-web
GLFW: https://www.glfw.org/
GLM: https://glm.g-truc.net/0.9.9/index.html
Assimp: https://github.com/assimp/assimp
Stb_image: https://github.com/nothings/stb/blob/master/stb_image.h
imgui: https://github.com/ocornut/imgui
bulletphysics: https://github.com/bulletphysics/bullet3