https://github.com/meshula/tinyusd
A really small getting-started project for USD based projects
https://github.com/meshula/tinyusd
cmake tiny usd
Last synced: about 5 hours ago
JSON representation
A really small getting-started project for USD based projects
- Host: GitHub
- URL: https://github.com/meshula/tinyusd
- Owner: meshula
- License: mit
- Created: 2018-06-11T06:52:58.000Z (over 7 years ago)
- Default Branch: v2
- Last Pushed: 2025-07-13T21:44:32.000Z (3 months ago)
- Last Synced: 2025-07-13T23:33:50.342Z (3 months ago)
- Topics: cmake, tiny, usd
- Language: Shell
- Homepage:
- Size: 13.9 MB
- Stars: 55
- Watchers: 10
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-openusd - Tiny USD program - started program for USD on Windows. (Learning / Technical Learning)
README
# Tiny USD
A tutorial on creating the smallest possible viable USD program, using
the dev branch of the official usd distribution.Note that this currently highly work in progress, the mac recipe is the only
one fully worked for cmake. The windows recipe still uses build_usd.py, and
ubuntu remains a struggle.Help wanted!
# USD Build Club
- [MacOS, dynamic, no python](recipes/macos-dynamic-nopy/) ✅
- [MacOS, dynamic, python](recipes/macos-dynamic-py/) ✅
- [MacOS, static monolithic, no python](recipes/macos-ms-nopy/) ✅
- [MacOS, static, no python](recipes/macos-static-nopy/) 🚧
- [Windows, dynamic, no python](recipes/windows-dynamic-nopy/) 🚧## Reference
[MacOS, cmake](recipes/macos-cmake.md) - Build USD with CMake from first principles
[MacOS, cmake, static-monolithic](recipes/macos-cmake-static-monolithic.md) - Build USD with CMake from first principles
[Everything else](recipes/README.md) - Using build_usd.py, Windows, Linux# License
BSD