Skip to content
Sharif Salah edited this page Jan 25, 2019 · 7 revisions

OpenCue logo

What is OpenCue?

OpenCue is an open source render management system. You can use OpenCue in visual effects and animation production to break down complex jobs into individual tasks. You can submit jobs to a configurable dispatch queue that allocates the necessary computational resources.

Why use OpenCue?

OpenCue provides features to manage rendering jobs at scale:

  • Sony Imageworks in-house render manager used on hundreds of films.
  • Highly-scalable architecture supporting numerous concurrent machines.
  • Tagging systems allow you to allocate specific jobs to specific machine types.
  • Jobs are processed on a central render farm and don't rely on the artist's workstation.
  • Native multi-threading that supports Katana, RenderMan, and Arnold.
  • Support for multi facility, on-premise, cloud, and hybrid deployments.
  • You can split a host into a large number of procs, each with their own reserved core and memory requirements.
  • Integrated automated booking.
  • No limit on the number of procs a job can have.

OpenCue architecture

OpenCue includes components that run on both an artist's workstation, as well as central server clusters. The following list provides a brief summary of the main components:

  • Cuebot - a utility that runs in the background on a workstation and performs a variety of important OpenCue management tasks. Cuebot can also run in a server cluster for high availability.

  • CueGUI - a graphical user interface that artists run to monitor and manage jobs.

  • CueSubmit - a graphical user interface for configuring and launching rendering jobs to an OpenCue deployment. Artists typically run CueSubmit as a plug-in for their 3D software on their workstation.

  • RQD - a software daemon that runs on all rendering hosts, which are doing work for an OpenCue deployment.

Figure 1 illustrates how the various components interact in a large-scale deployment of OpenCue.

Overview of OpenCue architecture and components

Join the OpenCue community

To join the OpenCue discussion forum for users and admins, join the OpenCue users mailing list.

To discuss and contribute to OpenCue development, join the OpenCue developers mailing list.

What's next?

This wiki provides the following guides for getting started with installing OpenCue:

  • All user guides - includes common setup tasks for both end-users and admins, such as downloading OpenCue source code and installing the OpenCue UI.

  • All admin guides - specific tasks for admins, including setting up the database, deploying render hosts, and distributing configurations.

To learn common terminology used in OpenCue, see the Glossary.


Copyright © 2019 The OpenCue Project Authors | Documentation Distributed under CC BY 4.0

Clone this wiki locally