For now starting off by following Learn OpenGL.
Required libraries:
- glfw3
- assimp
(Find source and compile yourself or find binaries to link to them.)
model class plans:
- load vertices and indices using assimp
- load textures manually (add a method)
- something like
loadTexture(string uniformName, string path)
- something like
