Table of Contents

Omniverse and Metaverse

video info:

Omniverse connects:

app - RTX remix

app - synthetic data related

Course and Learning notes

Getting Started with USD for Collaborative 3D Workflows (nvidia self paced online course)

Build Beautiful, Custom UI for 3D Tools on NVIDIA Omniverse (self paced nvidia course)

ui object cmds
hlayout with ui.HStack():
vlayout with ui.VStack():
grid with ui.VGrid(column_width=200, row_height=50):
frame opt hide with ui.CollapsableFrame(“head”):
space ui.Spacer()

Omniverse and Python