ovui-widgets shared library: WidgetServices protocol, types, adapters, settings, selection, undo, scheduler, error reporter, icon caches, managed window, dialogs, snap, mock adapters (numpy in [testing] extra)
Project description
NVIDIA ovui-widgets-common
1. What is ovui-widgets-common?
ovui-widgets-common is the shared-infrastructure distribution of ovui-widgets, the production-shaped scene-widget family built on ovui — NVIDIA's standalone distribution of the Omniverse omni.ui UI framework. Every other ovui-widgets-* wheel depends on this package for shared state and common services instead of importing sibling widget packages directly, and it runs standalone: no Omniverse Kit installation required.
It defines the WidgetServices protocol and the service layer — settings, selection, undo, scheduling, error reporting — that lets the Stage Browser, Layers panel, Content Browser, Property Inspector, and Viewport cooperate inside one application while remaining independently installable.
ovui is pre-release software and is not enterprise-supported.
2. What functionalities are available, and who are the target users?
What you can do with it:
- Share application services — the
WidgetServicesprotocol plus settings, selection, undo, scheduled callbacks, and error reporting used by all widget packages. - Build consistent windows — managed windows, dialogs, and snap support.
- Style once — icon resources and style helpers resolved through
importlib.resources.files("ovui_widgets.common"). - Test without a backend — mock adapters and testing helpers (the mock renderer requires NumPy, provided by the
testingextra).
Who benefits:
- USD tool & application developers — reuse the widget family's service layer when composing widgets into custom applications.
- Widget authors — build new panels on the same shared types and services the shipped widgets use.
Installation:
python -m pip install ovui-widgets-common
Add the testing extra (python -m pip install "ovui-widgets-common[testing]") when using the shipped mock renderer and testing helpers. Most users install this package indirectly as a dependency of ovui-widgets-app or one of the widget distributions.
3. Documentation and reference links
- Quickstart & install: https://github.com/NVIDIA-Omniverse/ovui#readme
- Architecture overview: https://github.com/NVIDIA-Omniverse/ovui/tree/main/docs
- Data adapters guide: https://github.com/NVIDIA-Omniverse/ovui/blob/main/ovui-data-adapters/README.md
- Core toolkit (PyPI): https://pypi.org/project/ovui/
- Source (GitHub): https://github.com/NVIDIA-Omniverse/ovui
- Support: Issues
4. System requirements
- Python 3.10+ declared by the wheel; the
ovuiruntime underneath the widget family requires Python 3.12+ - Linux (Ubuntu 22.04 / Debian) and Windows (Windows 11 / Windows Server 2022), x86_64 — the platforms supported by the ovui runtime
- Declared dependencies:
ovui>=0.1.0,ovui-data-adapters-common>=0.1.0 - Optional
testingextra:numpy(required only by the shipped mock renderer and testing helpers)
5. Licensing
- Governed by the NVIDIA Software License Agreement and the Product Specific Terms for NVIDIA Omniverse.
- Source-available for inspection; pre-release versions are provided AS-IS and are not currently open to external contributions.
Note: ovui is pre-release Early Access software and is not enterprise-supported. APIs may change before the 1.0 release.
ovui-widgets-common · shared services and types for the ovui scene-tooling family · Copyright (c) 2025 NVIDIA Corporation.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ovui_widgets_common-0.2.0-py3-none-any.whl.
File metadata
- Download URL: ovui_widgets_common-0.2.0-py3-none-any.whl
- Upload date:
- Size: 132.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5ffd305f59ee8c7a46615183b12802d5667a64f0ba4900ed18023184e516959e
|
|
| MD5 |
ee51bc3a4d8a53dea3dc7fe0a6971d11
|
|
| BLAKE2b-256 |
bfe5e18bf55d62d3cf7ee45a50ddbf6c339d39998ae6192c43626bce38da961f
|