Distributed Rendering with Rust and Mio

In this post we’ll take a look at adding distributed rendering to
tray_rust which will let us take advantage of multiple
machines when rendering an image, like a compute cluster.
To do this we’ll look at options for how to distribute the rendering job…

Similar