Title
Kit 108 (USD Viewer): How to embed a web page (including localhost) inside an in-app window/panel? I found omni.ui.WebViewWidget but can’t find detailed docs/samples
Post
Hi,
I’m building a custom app based on Omniverse Kit 108 (USD Viewer) and I’d like to embed and display an arbitrary web page (e.g. http://localhost:5173) inside a Kit window/panel.
My goal is:
- Display an internal dashboard or a UI served locally (React/Vite, etc.) inside Omniverse
While searching, I found omni.ui.WebViewWidget listed in the omni.ui API, but I couldn’t find any official documentation or sample code explaining how to use it (requirements, extensions to enable, platform support, limitations, etc.).
Questions:
-
Is there an official/recommended way in Kit 108 (108.0.x / 108.1.x) to embed a web page inside an app window/panel?
-
If
WebViewWidgetis usable, could you share the official docs link and/or a minimal working sample for Kit 108?
Environment:
-
Kit version: 108.0.1 (USD Viewer based)
-
OS: Windows
-
Example URL:
http://localhost:5173(Vite/React)
If anyone has a working example or can point me to the right documentation/repository, I’d really appreciate it. Thanks!