Skip to content

Quick Start

Travis and TA Quick Start: Link

If you are here for interactive grading, jump to the Travis and TA Quick Start →

This guide walks through your first render with Skewer. See Installation and Building for detailed setup instructions.

Prerequisites

Choose how to get the renderer:

1. Run a Local Render

Run the renderer binary directly on a scene file:

# Pre-built binary
./skewer-render <path-to-scene.json>

# Local build
./build/relwithdebinfo/skewer/skewer-render <path-to-scene.json>

For all available flags (--frame, --frames, --statics-only), see the CLI Reference.

2. Run a Cloud Render

If you've set up the Google Cloud render farm, the previewer's Render button (top-left corner) dispatches renders to the cloud farm. Click the cloud icon (top-right) to track progress.

For full previewer documentation, including local development setup, see the Previewer Guide.

Next Steps