Examples#
Runnable example projects live under examples/ in
the repository, in both C and Python.
Each example is self-contained and is the source of truth for the code snippets
referenced by the ovstage skills.
Minimal C
Create an instance, obtain its path dictionary, intern paths and tokens, write an attribute column, advance the write floor, and read it back.
Minimal Python
The Python equivalent of the C minimal example, using the ctypes bindings.
Runtime Loop C
A minimal per-frame runtime loop: populate a USD stage, then advance ordinals and exchange changed data across simulation steps.
Runtime Loop Python
A per-frame runtime loop driven from Python.