Skip to content

Commit 8c9122d

Browse files
committed
update changes and requirements
1 parent ad8986b commit 8c9122d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Release history
77
Changed
88
~~~~~~~
99

10-
- Moved to OptiX 8.0.
10+
- Moved to OptiX 8.1.
1111
- Encoder code upgraded to use FFmpeg 7.0; FFmpeg libs excluded from the Windows release (too large to keep them within the package).
1212

1313

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ No need to write shaders, intersection algorithms, handle 3D scene technicalitie
4545

4646
Check `examples on GitHub <https://github.com/rnd-team-dev/plotoptix/tree/master/examples>`__ for practical code samples and `documentation pages <https://plotoptix.rnd.team>`__ for a complete API reference.
4747

48-
PlotOptiX is a set of CUDA shaders by `R&D Team <https://rnd.team>`_ wrapped in C#/C++ libraries with a Python API. It is based on `NVIDIA OptiX 8.0 <https://developer.nvidia.com/optix>`_ framework and makes use of RTX-capable GPU's.
48+
PlotOptiX is a set of CUDA shaders by `R&D Team <https://rnd.team>`_ wrapped in C#/C++ libraries with a Python API. It is based on `NVIDIA OptiX 8.1 <https://developer.nvidia.com/optix>`_ framework and makes use of RTX-capable GPU's.
4949

5050
You can quickly display data in a simple plot:
5151

@@ -78,8 +78,8 @@ Features
7878
System Requirements
7979
-------------------
8080

81-
- a `CUDA-enabled GPU <https://developer.nvidia.com/cuda-gpus>`__ with compute capability 5.0 (Maxwell) to latest (Ada Lovelace);
82-
- NVIDIA driver >= r545;
81+
- a `CUDA-enabled GPU <https://developer.nvidia.com/cuda-gpus>`__ with compute capability >= 5.0;
82+
- NVIDIA driver >= r555;
8383
- **Python 3 64-bit**
8484
- Windows:
8585
- `FFmpeg <https://ffmpeg.org/download.html>`__ >= 7.0

0 commit comments

Comments
 (0)