A software renderer written in C.
The renderer outputs to a framebuffer, this is then drawn to the window using glad and GLFW.
Includes an obj file parser for loading 3D models, supports model texturing, and uses a quaternion based camera.
To run first clone the git respository then execute make performance run.