pixaranimationstudios/openusd

Universal Scene Description

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 36 minutes ago
Added to GitGenius on September 8th, 2026
Created on May 6th, 2016
Open Issues & Pull Requests: 1,002 (+0)
GitHub issues: Enabled
Number of forks: 1,449
Total Stargazers: 7,483 (+0)
Total Subscribers: 300 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 9.7 hours
Mean response time: 24.5 hours
90th percentile: 3.0 days
Tracked items: 620

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 81% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. 68% of tracked open issues have had no activity in three months, so the open count overstates what is actively being worked. Only 4% of issues opened in the past year have been closed. Three people close 62% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 301
New in 7 days: 2
Closed in 7 days: 0
Avg open age: 558 days
Stale 30+ days: 283
Stale 90+ days: 247

Recent activity

Opened in 7 days: 2
Closed in 7 days: 0
Comments in 7 days: 1
Events in 7 days: 1

Top labels

  • build (34)
  • help wanted (32)
  • good first issue (30)
  • needs review (10)
  • conda (6)
  • blocked (3)

Most active issues this week

Detailed Description

Universal Scene Description (USD) is a scene interchange format and authoring system that enables efficient, scalable reading, writing, and streaming of time-sampled scene data across graphics applications.

USD solves the problem of moving complex scene descriptions between different graphics tools and pipelines. It provides a hierarchical, composable scene representation that supports time sampling, allowing artists and engineers to work with animated data across multiple applications. The system is designed around composition and referencing, enabling teams to build large scenes from modular components while maintaining efficient streaming and caching of data.

USD is suited for studios and teams working with complex 3D scenes that need to interchange data across multiple graphics applications. It works well in pipeline-heavy environments where scene data must flow between modeling, animation, rendering, and effects tools. The project includes imaging and rendering capabilities through its USD Imaging component, Python bindings for scripting and tool integration, and usdview for scene inspection. Teams should be aware that USD requires building from source using the provided build script, which downloads and compiles dependencies including Intel TBB, OpenSubdiv, and optionally OpenEXR, OpenImageIO, and other imaging libraries. The tool is primarily developed on Linux but is tested and supported on macOS and Windows, with additional support for building libraries for iOS, visionOS, and WebAssembly environments.

The project maintains active build testing across both development and release branches. Documentation is comprehensive, including user tutorials, API reference, and advanced build configuration guides. The team provides multiple channels for support through a dedicated forum and accepts bug reports and security disclosures through standard GitHub processes.