A scalable containerized 3D rendering system
Go to file
Steven Polley 18dd8fb148 Update 'README.md' 2020-05-21 06:03:03 +00:00
filerename Initial commit 2020-04-03 18:58:46 -06:00
master Initial commit 2020-04-03 18:58:46 -06:00
slave Initial commit 2020-04-03 18:58:46 -06:00
.drone.yml Initial commit 2020-04-03 18:58:46 -06:00
LICENSE Initial commit 2020-04-04 00:01:51 +00:00
README.md Update 'README.md' 2020-05-21 06:03:03 +00:00
cyclescaler.go Initial commit 2020-04-03 18:58:46 -06:00
example.png Initial commit 2020-04-03 18:58:46 -06:00

README.md

Build Status

Cyclescaler

Containerized, distributed blender rendering - cloud-native alternative to Blender's network based rendering.

What is Cyclescaler

Cyclescaler is an easily scalable rendering system for the Cycles 3D rendering engine built into Blender. It's incredibly easy to spin up instances on all platforms which support containers including all the good cloud providers. You can also easily run it on premises with a Kubernetes cluster or as standalone containers with docker-compose (examples provided). It will even run on ARM processors. The idea is that you can use the scalability of cloud providers which allows you spin up thousands of instances momentarily to quickly render the job in parallel.

Cyclscaler is built on the following technologies:

The project is broken into two parts:

  • Master - This can be thought of as the server, it's the portal that users interact with to upload .blend files and tweak render parameters.
  • Slave - This can be thought of as a client, and it handles rendering the images which get stitched together to create an animation. There can be as many instances of the slave as you want, the more slaves, the more simultaneous frames can be rendered.

alt text