semu.data.visualizer
semu.data.visualizer copied to clipboard
Display Matplotlib graphics and OpenCV images inside NVIDIA Omniverse apps
Data visualizer for NVIDIA Omniverse apps
This extension allows to switch Matplotlib and OpenCV backend to display graphics and images inside NVIDIA Omniverse apps without modifying the code logic
Target applications: Any NVIDIA Omniverse app
Supported OS: Windows and Linux
Changelog: CHANGELOG.md
Table of Contents:
- Extension setup
- Extension usage

Extension setup
-
Add the extension using the Extension Manager or by following the steps in Extension Search Paths
-
Git url (git+https) as extension search path
git+https://github.com/Toni-SM/semu.data.visualizer.git?branch=main&dir=extsTo install the source code version use the following url
git+https://github.com/Toni-SM/semu.data.visualizer.git?branch=main&dir=src -
Compressed (.zip) file for import
-
-
Enable the extension using the Extension Manager or by following the steps in Extension Enabling/Disabling
Extension usage
Enabling the extension switches the Matplotlib and OpenCV backends to display graphics and images in the Omniverse app
Disabling the extension reverts the changes: graphics and images will be displayed in their respective windows by default, outside the Omniverse app
Note: The current implementation does not support interaction with the displayed graphics or images