Registry / serialization / usd
library25.5.1vcpkgunverified

USD is an efficient, scalable system for authoring, reading, and streaming time-sampled scene description for interchange between graphics applications.

vcpkg install usd
INSTALL
IMPORT
SIG · USD
U
usd
serializationcppv25.5.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

pxr/usd/usd/stage.h
#include <pxr/usd/usd/stage.h>

Open a USD stage and print the number of prims.

#include "pxr/usd/usd/stage.h" #include <iostream> int main() { auto stage = pxr::UsdStage::Open("example.usd"); if (stage) { std::cout << "Opened stage with prims: " << stage->GetPrims().size() << '\n'; } return 0; }
Debug
Known issues
gotchaUSD has a large number of dependencies and can be complex to build.
fix
Use vcpkg's triplet settings and ensure all dependencies (e.g., Python, TBB) are installed.
affects: all
Upgrade
Version history
25.5.1latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
OpenAI (training)
1
Resources

No resource links recorded.

usd — pip install usd · libregistry