Metadata-Version: 2.1
Name: usd-core
Version: 22.5.post1
Summary: Pixar's Universal Scene Description library
Home-page: https://graphics.pixar.com/usd/docs/index.html
Author: Pixar Animation Studios
Author-email: pixar.oss+usd_pypi@gmail.com
License: UNKNOWN
Project-URL: Documentation, https://graphics.pixar.com/usd/docs/index.html
Project-URL: Developer Docs, https://graphics.pixar.com/usd/docs/USD-Developer-API-Reference.html
Project-URL: Source, https://github.com/PixarAnimationStudios/USD
Project-URL: Discussion Group, https://groups.google.com/g/usd-interest
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: Other/Proprietary License
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: Environment :: Console
Classifier: Topic :: Multimedia :: Graphics
Requires-Python: >=3.6, <3.10
Description-Content-Type: text/markdown

Universal Scene Description (USD) is a system that scalably encodes and
interchanges static and time-sampled 3D geometry, shading and lighting data
between Digital Content Creation applications. Domain-specific schema modules
define the geometry, shading, and lighting encoding atop USD's domain-agnostic
core. It provides a low-level data model that supports plugin implementations,
and a scenegraph built on top of a multi-threaded "composition engine" for
creating complex scenes out of reusable, modular assets.

This package provides the core USD libraries. It does not provide any of
the optional plugins or imaging features from the full USD distribution.


