Metadata-Version: 2.4
Name: pyoptix-contrib
Version: 0.1.0
Summary: Community-maintained Python bindings for NVIDIA OptiX (fork of otk-pyoptix with OptiX 9.1 support)
Author: Brendan Collins
Author-email: Keith Morley <kmorley@nvidia.com>
License-Expression: BSD-3-Clause
Project-URL: Homepage, https://github.com/brendancol/otk-pyoptix
Project-URL: Repository, https://github.com/brendancol/otk-pyoptix
Project-URL: Upstream (NVIDIA), https://github.com/NVIDIA/otk-pyoptix
Keywords: optix,nvidia,ray-tracing,gpu,cuda,pybind11
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: C++
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Multimedia :: Graphics :: 3D Rendering
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Requires-Python: >=3.8
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: cupy; extra == "test"
Requires-Dist: numpy; extra == "test"
Requires-Dist: Pillow; extra == "test"
Provides-Extra: cuda
Requires-Dist: cuda-python; extra == "cuda"
