Template of a project that implements openGL in oop paradigm. Includes GLFW, GLAD, glm.
For correct download do:
git clone --recursive https://github.com/Tanque40/AdvancedProjectComputerGraphics.git
If you are using VS2019 or VS2022. Double click in your respective .bat file
This wil create a
.slnand other files that you need to run a VS project. Mean while premake will do a setup for custom directories for the different outputs of your VS project.
If you want to know more about all the posibilities of premake just check this documentation. Of course you need to create your own .bat file or run your commands in terminal.