A toy 3D engine and companion tutorials I am writing while (and for) learning OpenGL. There's probably nothing interesting to see here unless you are me.
Example of generation through CMake:
cmake ..\Sources
-G "Visual Studio 16 2019"
-A x64
-Dassimp_DIR="C:\\Code\\Libraries\\Assimp\\x64\\lib\\cmake\\assimp-5.0"
-Dglfw3_DIR="C:\\Code\\Libraries\\glfw\\x64\\lib\\cmake\\glfw3"
-Dglm_DIR="C:\\Code\\Libraries\\glm-0.9.9.6\\glm"
-DQt5_DIR="C:\\Qt\\5.13.1\\msvc2017_64\\lib\\cmake\\Qt5"
-Wno-dev