Metadata-Version: 2.4
Name: pxr-gf
Version: 0.25.5
Summary: Graphics Foundations library used in OpenUSD
Keywords: pixar,open-usd
License-File: LICENSE.txt
License-File: NOTICE.txt
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Project-URL: Repository, https://github.com/untwine/pxr-gf
Requires-Python: >=3.8
Requires-Dist: pxr-arch==0.25.5.*
Requires-Dist: pxr-tf==0.25.5.*
Description-Content-Type: text/markdown

# Pixar Gf

[![CMake](https://img.shields.io/badge/CMake-3.21...3.31-blue.svg?logo=CMake&logoColor=blue)](https://cmake.org)
[![Linux](https://github.com/untwine/pxr-gf/actions/workflows/linux.yml/badge.svg?branch=main)](https://github.com/untwine/pxr-gf/actions/workflows/linux.yml)
[![MacOs](https://github.com/untwine/pxr-gf/actions/workflows/macos.yml/badge.svg?branch=main)](https://github.com/untwine/pxr-gf/actions/workflows/macos.yml)
[![Windows](https://github.com/untwine/pxr-gf/actions/workflows/windows.yml/badge.svg?branch=main)](https://github.com/untwine/pxr-gf/actions/workflows/windows.yml)
[![License](https://img.shields.io/badge/License-TOST-yellow.svg)](https://github.com/untwine/pxr-gf/blob/main/LICENSE.txt)

Library to regroup classes and functions for working with the basic mathematical aspects of graphics.

This repository is a decoupled version of the "gf" library from the
[OpenUSD](https://graphics.pixar.com/usd/release/index.html) library, created
by Pixar.

It is regularly rebased over the "release" branch of the original
[repository](https://github.com/PixarAnimationStudios/OpenUSD) to provide
explicit divergence information from the latest updates and is currently
synchronized with
[v25.05](https://github.com/PixarAnimationStudios/OpenUSD/releases/tag/v25.05).
