A scalable containerized 3D rendering system
Go to file
Steven Polley 397fee24e1 Initial commit 2020-04-03 18:58:46 -06: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 Initial commit 2020-04-03 18:58:46 -06: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.

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's 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

alt text