Skip to content

NVIDIA-Omniverse/USD-Tutorials-And-Examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 

Repository files navigation

OpenUSD Tutorials and Examples

About

This project showcases educational material for Pixar's Universal Scene Description (OpenUSD).

For convenience, the Jupyter notebook from the GTC session is available on Google Colaboratory, which offers an interactive environment from the comfort of your web browser. Colaboratory makes it possible to:

  • Try code snippets without building or installing OpenUSD on your machine
  • Run the samples on any device
  • Share code experiments with others

Should you prefer to run the notebook on your local machine instead, simply download and execute it after installing Jupyter.

Sample Notebook

Follow along the tutorial using the sample notebook from the GTC session, or get acquainted with OpenUSD using other examples:

Notebook Google Colab link
Introduction to OpenUSD Open in Colab
Opening USD Stages Open in Colab
Prims, Attributes and Metadata Open in Colab
Hierarchy and Traversal Open in Colab

Additional Resources