In this week I worked on the model loader and a little bit on the shaders.
For the shaders I made it so we can load them from their own files instead of having them as compiled into the C++ executable.
I also implemented a pseudo GameObject class which stores information like model, position, rotation, scale, color etc.

Outside of the realm of graphics I have created a very basic audio player in the command line using FMOD api. It is not anything special to look at, but sounds pretty great.
Next week I will be getting into Lighting and Physics to make this more like a game engine than a 3D model displayer.