File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Python-OptiX
22
3- Python wrapper for the OptiX 7.3 raytracing engine.
3+ Python wrapper for the OptiX 7 raytracing engine.
44
55Python-OptiX wraps the OptiX C++ API using Cython and provides a simplified
66interface to the original C-like API using mainly the
@@ -12,16 +12,18 @@ Only Linux is supported at the moment.
1212
1313### OptiX Versions
1414
15- Python-OptiX currently only supports the most recent ( 7.3.0) release of OptiX
15+ Python-OptiX currently supports the OptiX releases 7.3.0 and 7.4.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.3 .0 SDK] ( https://developer.nvidia.com/optix/downloads/7.3 .0/linux64 )
22+ and the [ OptiX 7.4 .0 SDK] ( https://developer.nvidia.com/optix/downloads/7.4 .0/linux64-x86_64 )
2323
24- Make sure the CUDA header files are installed as well
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.
25+
26+ Make sure the CUDA header files are installed as well.
2527
2628Add the locations of CUDA and OptiX to the system ` PATH ` variable if necessary.
2729
You can’t perform that action at this time.
0 commit comments