This is a self-contained, pre-configured Visual Studio project for using GLFW 3.3.8, GLM 0.9.9.8 and GLAD.
No GLFW or GLAD installation and no external dependencies required. Everything is ready.
This has been tested with Visual Studio 2019 (version 16.11.16) but should work for the other Visual Studio versions.
Supports x64 and x86 builds with both debug and release modes. (had to compile GLFW from scratch for this :') )
-Get visual studio (NOT Visual Studio Code). Any version should do but I recommend VS2019.
-If installing Visual Studio, pick the "Desktop development with C++" package.
-Clone (or download as zip) the repo.
-Open the .sln
file.
-Run the program.
-???
-Profit.