pursuedpybear
pursuedpybear copied to clipboard
Experiment: Bifurcated Renderer
Split the simulation and render loops between threads and/or processes.
Inside the simulation loop, the "renderer" builds a compositing data structure that we serialize and send to the real renderer which renders the data.
Goals: Real async renders, also essential for the future of ppb in the browser.