Thursday, October 17, 2024

Multithreaded Renderer

I made a Multithreaded Renderer. It is a 2.5D Renderer that uses SIMD for rendering 4 pixels per thread. Each thread makes one block of the window, making independent jobs. I used WindowsAPI with semaphores.


If you want to look at the code:

Multithreaded Renderer Code

No comments:

Post a Comment