Overview

This is the widget that let you create a header with the app name

alt text

Usage

from omni.replicator.header_nvidia.widget import HeaderWidget

header_nvidia_widget = HeaderWidget()  # hold the widget in a variable or it will crash

Implementation

App name

The header will show the name of the app automatically.

For this, you need to implement, as a setting in your Kit app, the app name, like:

[settings]
app.name = "Name of your app"