felipeescallon/3D-Rendering-API
Built from scratch, it is a rendering API developed as a challenge to myself and to understand the underlines of a GPU. It runs the graphics calculations on the CPU side, however, it utilizes OpenGL to display the rasterized buffer to the display.
C++GPL-3.0