GitHub - Victormeriqui/Consol3: A graphics engine that executes entirely on the CPU
Consol3
A graphics engine that executes entirely on the CPU and uses the console as the display
Intro
Videos
Software Rendering
Consol3 is a 3D graphics engine that doesn't use the graphics card to render any frame, instead the same calculations that would typically be made by the GPU hardware is done in software, every single vertex transformation, matrix calculation, etc is calculated on the CPU
To make the engine more flexible, some concepts typically used for programming GPUs are implemented...
Read more at github.com