GL_KA_5.PNG

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

(Link: https://github.com/Kilian12345/KA_OpenGL)

Previous
Previous

DirectX 11 Render Engine

Next
Next

Unity CSRP