Skip to content

Commit 18077f7

Browse files
committed
2 parents 2967913 + 70c8b05 commit 18077f7

File tree

1 file changed

+3
-13
lines changed

1 file changed

+3
-13
lines changed

README.rst

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ PlotOptiX
1313

1414
**Data visualisation in Python based on NVIDIA OptiX ray tracing framework.**
1515

16-
**Started pushing transition to OptiX 7. This is quite a breaking change, the low-level code is rewritten completely. Windows and Linux are both working, examples are updated. Just finished multi-GPU code. Please, be patient!**
16+
**Transition to OptiX 7 is almost finished. New release should be ready in a few days, after code cleanup. Please, be patient!**
1717

1818
3D `ray tracing <https://en.wikipedia.org/wiki/Ray_tracing_(graphics)>`__ package for Python, aimed at easy and aesthetic visualization
1919
of large datasets (and small as well). Data features can be represented on plots as a position, size/thickness and color of markers
@@ -77,7 +77,6 @@ System Requirements
7777
- `Mono <https://www.mono-project.com/download/stable/#download-lin>`__ Common Language Runtime >= 5.2, recommended: 5.20.1
7878
- `pythonnet <http://pythonnet.github.io>`__ >= 2.4
7979
- `FFmpeg <https://ffmpeg.org/download.html>`__ >= 4.1
80-
- for video encoding: `CUDA Toolkit v10.x <https://developer.nvidia.com/cuda-downloads>`__ (tested with v10.0 and v10.1)
8180

8281
What's Included
8382
---------------
@@ -94,7 +93,7 @@ Installation
9493
PlotOptiX was also successfully tested on the `Google Cloud Platform <https://cloud.google.com/>`__, using Compute Engine instance with 2x V100 GPU's and Ubuntu 18.04 image.
9594
Here are the `installation steps <https://github.com/rnd-team-dev/plotoptix/blob/master/gcp_install_gpu.txt>`__ so you can save some precious seconds (FFmpeg not included).
9695

97-
Windows should be ready to go in most cases. You need to do some more typing in Linux. For video encoding you need to install CUDA toolkit in both Linux and Windows.
96+
Windows should be ready to go in most cases. You need to do some more typing in Linux.
9897

9998
Windows prerequisites
10099
---------------------
@@ -177,15 +176,6 @@ Add FFmpeg's shared library path to your config::
177176
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib
178177
sudo ldconfig
179178

180-
CUDA Toolkit
181-
------------
182-
183-
CUDA libraries are not included in the package and required only for the video encoding features of PlotOptiX. Visit
184-
`CUDA download page <https://developer.nvidia.com/cuda-downloads>`__, select your operating system and CUDA version **10.x**.
185-
Download and run the installer.
186-
187-
*Linux note:* Install the GPU driver before installing CUDA toolkit, it makes things easier.
188-
189179
PlotOptiX
190180
---------
191181

@@ -204,7 +194,7 @@ Then, try running code from the top of this readme, or one of the examples. You
204194
Development path
205195
================
206196

207-
This is an early version. There are some important features not available yet, eg. ticks and labels on plot axes.
197+
This is still an early version. There are some important features not available yet, eg. ticks and labels on plot axes.
208198

209199
PlotOptiX is basically an interface to RnD.SharpOptiX library which we are developing and using in our Studio. RnD.SharpOptiX offers
210200
much more functionality than it is now available through PlotOptiX. We'll progressively add more to PlotOptiX if there is interest in

0 commit comments

Comments
 (0)