Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/philsawicki/usd-core-on-google-colab
Demonstrating usage of the USD Python APIs on Google Colab notebooks.
https://github.com/philsawicki/usd-core-on-google-colab
google-colab python usd
Last synced: 3 months ago
JSON representation
Demonstrating usage of the USD Python APIs on Google Colab notebooks.
- Host: GitHub
- URL: https://github.com/philsawicki/usd-core-on-google-colab
- Owner: philsawicki
- License: mit
- Created: 2021-02-03T00:32:42.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-03T01:33:17.000Z (almost 4 years ago)
- Last Synced: 2024-04-16T22:23:00.628Z (7 months ago)
- Topics: google-colab, python, usd
- Language: Jupyter Notebook
- Homepage: https://colab.research.google.com/github/philsawicki/usd-core-on-google-colab/blob/main/USD-core-on-Google-Colab.ipynb
- Size: 8.79 KB
- Stars: 9
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-openusd - usd-core on Google Colab - core on Google Colab notebooks. (References / Technical Learning)
README
# USD Core on Google Colab
## About
This project demonstrate the use of USD Python APIs via Google Colaboratory notebook.The goal is to make it easy to:
* Try code snippets without building or installing Pixar's Universal Scene Description (USD) locally;
* Share code snippets without copy/pasting files and scripts to a local machine, thus mitigating some security concerns;
* Provide repro steps when submitting issues to [USD's GitHub repository](https://github.com/PixarAnimationStudios/USD);
* etc.## Sample Notebooks
A few sample notebooks inspired from Colin Kennedy's excellent [USD Cookbook](https://github.com/ColinKennedy/USD-Cookbook):
|Notebook|Google Colab link|
|---|---|
|Flattening a USD Stage|[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/philsawicki/usd-core-on-google-colab/blob/main/USD-core-on-Google-Colab.ipynb)|
|Fast export|[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/philsawicki/usd-core-on-google-colab/blob/main/notebooks/fast-export.ipynb)|
|Get SDF Prim path|[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/philsawicki/usd-core-on-google-colab/blob/main/notebooks/get-sdf-prim-path.ipynb)|
|SDF change block|[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/philsawicki/usd-core-on-google-colab/blob/main/notebooks/sdf-change-block.ipynb)|