VSC – An open source 3D Rendering Engine in C++

The VSC engine is a real-time 3D rendering engine inspired by DoomGeneric and created using portable software. It utilizes computational techniques to approximate lights, shadows, textures, and materials through rasterization. A nod to the “Skeleton Book,” it is based on resources like “Mathematics for 3D Game Programming and Computer Graphics.” The engine’s creation was influenced by graphics professor Etienne Vouga, OpenGL author Dave Shreiner, and rendering engine creator Coela Canth. Additionally, a community-made level called VSC Verified in Geometry Dash is challenging and uses Michael Buble’s song “Haven’t Met You Yet.” Instructions for using and recreating the engine are included, with a focus on continual development and improvement.

https://github.com/WW92030-STORAGE/VSC

To top