A template project for learnopengl.com using SDL2
SDL Window and OpenGL context creation abstracted away in Window
class so Main.cpp
can focus more on adding OpenGL calls and not blanket code with SDL_Window calls.
Note: This is a fairly simple template. It only handles creating a window with a OpenGL context.