Examples#

This section contains example projects demonstrating various features of ovrtx.

C Examples#

Minimal Example

Minimal

Basic renderer initialization, rendering a single frame from an RGB camera and writing the result to disk as a PNG.

Build & run instructions →

Vulkan Interop Example

Vulkan Interop

Demonstrates ovrtx-Vulkan interoperability, rendering USD scenes and displaying them in a Vulkan window with interactive orbit camera control.

Build & run instructions →

Python Examples#

Minimal Example

Minimal

Basic workflow: create a Renderer, load a USD layer, step the renderer, and map/display the rendered output.

Build & run instructions →

Planet System Example

Planet System

Animated planetary system using Warp kernels for GPU-accelerated animation, demonstrating dynamic scene modification and zero-copy transform updates.

Build & run instructions →