Mojang Discovers Multithreading

Mojang Discovers Multithreading
multithreading-memes, code-memes, it-memes, idea-memes | ProgrammerHumor.io

Content

HORKING ON RENDERING One of our objectives right now is to modernize our rendering code. Instead of rendering the game on the main thread, we want to introduce a second thread that is dedicated only to rendering. To enable this, we are going through the code - system by system - and preparing it for the extraction of the game state from the main thread, which will then be used for rendering on the dedicated render thread. This work is mostly complete for entities, block entities, particles and the UI. Next, we plan to tackle chunks and small leftovers. STUDIO S My goodness, what an idea. Why didn't I think of that?

More Like This