Distributed physically based rendering platform
Prism is an open-source rendering platform that combines a physically based path tracing engine written in C++ with a scalable backend for distributed rendering written in Python.
Path tracing engine that can run as a standalone CLI application or as a distributed worker.
See the Renderer documentation.
Manages rendering jobs, storage, client communications and other server-side functionality.
See the Backend documentation.