Python: Minimal Example#
This is the minimal Python example from the ovrtx README. It demonstrates the basic workflow:
Create a Renderer
Load a USD layer (with an inline USDA that references a remote scene)
Step the renderer to produce a frame
Map the rendered output and display it
Prerequisites#
Python 3.10–3.13
Running#
uv run main.py
The first run will take some time as shaders are compiled and cached.