Skip to content

Commit 8c753a8

Browse files
author
Felix Igelbrink
committed
updated readme to new version
1 parent 7f29d4f commit 8c753a8

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,25 +3,23 @@
33
Python wrapper for the OptiX 7 raytracing engine.
44

55
Python-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

2121
Install 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

2624
Make sure the CUDA header files are installed as well.
2725

0 commit comments

Comments
 (0)