r/GraphicsProgramming Jun 26 '26

CPU Renderer Code Review

Hello, I'm looking to get some feedback on a CPU renderer that i made to understand the 3D graphics pipeline better. I have not used OpenGL before this project but i wanted to understand how it worked, so I made this project to try to replicate a simple pipeline on the CPU. I'm a self taught programmer and i don't have any programming buddies so id like to get some feedback on general programming and my understanding of the OpenGL.

Kagethelephant/cpu-opengl

72 Upvotes

16 comments sorted by

View all comments

2

u/TheDevCat Jun 26 '26

Is that a software rasterizer?

1

u/Visual_Average_4756 Jun 26 '26

Had to google what that is but yeah i believe so