omniverse-ui-inspector
Installation
SKILL.md
ovui Inspector
Drive standalone ovui applications through the ovui-inspect FastAPI server.
Quick Start
The tracked skill root in this repository is skills/omniverse-ui-inspector. Refer to
it from any clone with the repo-relative path; do not bake in machine-specific
absolute paths.
Launch the app with the skill root on PYTHONPATH. Set OVUI_REPO (or any
equivalent variable) to the local checkout of the ovui repository:
PYTHONPATH="${OVUI_REPO}/skills/omniverse-ui-inspector:${PYTHONPATH:-}" \
python -m ovui_widgets.app.headless --width 1280 --height 720
For a windowed app, use: