You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ No need to write shaders, intersection algorithms, handle 3D scene technicalitie
44
44
45
45
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.
46
46
47
-
PlotOptiX is a set of CUDA shaders by `R&D Team <https://rnd.team>`_ wrapped in C#/C++ libraries with a Python API. PlotOptiX is based on `NVIDIA OptiX 7.6<https://developer.nvidia.com/optix>`_ framework and makes use of RTX-capable GPU's.
47
+
PlotOptiX is a set of CUDA shaders by `R&D Team <https://rnd.team>`_ wrapped in C#/C++ libraries with a Python API. PlotOptiX is based on `NVIDIA OptiX 7.7<https://developer.nvidia.com/optix>`_ framework and makes use of RTX-capable GPU's.
48
48
49
49
You can quickly display data in a simple plot:
50
50
@@ -68,7 +68,7 @@ Features
68
68
- *callbacks*: at the scene initialization, start and end of each frame raytracing, end of progressive accumulation
69
69
- 8/16/32bps(hdr) image output to `numpy <https://numpy.org>`__ array, or save to popular image file formats
70
70
- zero-copy access to GPU buffers wrapped in ndarrays: 8/32bpc image, hit and object info, albedo, normals
71
-
- direct access to `PyTorch <https://pytorch.org>`__ tensors data stored on GPU (and CPU as well) for texture and geometry updates
71
+
- direct access to `CuPy <https://cupy.dev>`__ and `PyTorch <https://pytorch.org>`__ tensors data stored on GPU (and CPU as well) for texture and geometry updates
72
72
- GPU acceleration using RT Cores and everything else what comes with `OptiX <https://developer.nvidia.com/optix>`__
73
73
- hardware accelerated video output to MP4 file format using `NVENC 9.0 <https://developer.nvidia.com/nvidia-video-codec-sdk>`__
74
74
- Tkinter based simple GUI window or a headless raytracer
@@ -78,7 +78,7 @@ System Requirements
78
78
-------------------
79
79
80
80
- a `CUDA-enabled GPU <https://developer.nvidia.com/cuda-gpus>`__ with compute capability 5.0 (Maxwell) to latest (Ada Lovelace);
81
-
- NVIDIA driver >= r520;
81
+
- NVIDIA driver >= r530;
82
82
- **Python 3 64-bit**
83
83
- Windows:
84
84
- Framework .NET >= 4.8 (present in all modern Windows)
0 commit comments