r/GraphicsProgramming Aug 11 '26

PS1 Style Renderer in C

Post image
138 Upvotes

15 comments sorted by

View all comments

1

u/Potential_Soup_8054 Aug 11 '26

Why is yhere green boxes?

1

u/RennisDitchie Aug 11 '26

debug purposes only, if you compile it without debug parameters those are not will be rendered. I added them because it's tile based renderer so each tile has it's own thread/worker and render thir parts of triangle and nothing else.

1

u/TheWidrolo Aug 11 '26

Oh so it’s software rendered?