File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33Python wrapper for the OptiX 7 raytracing engine.
44
55Python-OptiX wraps the OptiX C++ API using Cython and provides a simplified
6- interface to the original C-like API using mainly the
6+ interface to the original C-like API using the
77[ CuPy] ( https://cupy.dev ) package.
88
99### Supported Platforms
1010
11- Only Linux is supported at the moment.
11+ Only Linux is officially supported at the moment. Experimental windows support is available .
1212
1313### OptiX Versions
1414
15- Python-OptiX currently supports the OptiX releases 7.3.0 and 7.4 .0
15+ Python-OptiX currently supports the OptiX releases 7.3.0, 7.4.0 and 7.5 .0
1616
1717## Installation
1818
1919### Dependencies
2020
2121Install a recent version of the [ CUDA Toolkit] ( https://developer.nvidia.com/cuda-downloads )
22- and the [ OptiX 7.4.0 SDK] ( https://developer.nvidia.com/optix/downloads/7.4.0/linux64-x86_64 )
23-
24- Note: The older [ OptiX 7.3.0 SDK] ( https://developer.nvidia.com/optix/downloads/7.4.0/linux64-x86_64 ) version is supported as well.
22+ and the [ OptiX 7.5.0 SDK] ( https://developer.nvidia.com/optix/downloads/7.5.0/linux64-x86_64 )
2523
2624Make sure the CUDA header files are installed as well.
2725
You can’t perform that action at this time.
0 commit comments