Siggraph Presentation

This guide will be officially introduced at Siggraph 2023 - Houdini Hive on Wednesday, 9. of August 2023 at 11:00 AM PST.

Elements

In this sub-section we have a look at the basic building blocks of Usd.

Our approach is incrementally going from the smallest building blocks to the larger ones (except for metadata we squeeze that in later as a deep dive), so the recommended order to work through is as follows:

This will introduce you to the core classes you'll be using the most and then increasing the complexity step by step to see how they work together with the rest of the API.

Vocabulary/Terminology

We try to stay terminology agnostic as much as we can, but some vocab you just have to learn to use USd. We compiled a small cheat sheet here, that can assist you with all those weird Usd words.

Getting down the basic building blocks down is crucial, so take your time! In the current state the examples are a bit "dry", we'll try to make it more entertaining in the future.

Get yourself comfortable and let's get ready to roll! You'll master the principles of Usd in no time!