Examples#

This section contains example projects demonstrating various features of ovrtx.

Python Examples#

Minimal example output
Minimal

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

Planet System example output
Planet System

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

C Examples#

Minimal example output
Minimal

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

Vulkan Interop example output
Vulkan Interop

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