This is a C++ wrapper for working with OpenGL under SDL. It provides classes for vertex buffer objects, vertex array objects, shaders and programs. The following libraries are required: SDL2 spdlog ...
This project was built by following the LearnOpenGL tutorial by Joey de Vries. It provided invaluable guidance on setting up an OpenGL environment and implementing core game mechanics, shaders, and ...