OpenGL Render Engine
Getting interested in rendering engines, I wasn't sure where to start. I realized that creating an engine with OpenGL would be a great introduction to rendering programming.
My primary goals with this engine were to spawn 3D objects and, most importantly, to grasp the management of light and shadows.
Made in C++ and GLSL