We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ddfaac commit 3deca20Copy full SHA for 3deca20
README.md
@@ -1,6 +1,6 @@
1
# Python-OptiX
2
3
-Python wrapper for the OptiX 7.3 raytracing engine by Nvidia.
+Python wrapper for the OptiX 7.3 raytracing engine.
4
5
Python-OptiX wraps the OptiX C++ API using Cython and provides a simplified
6
interface to the original C-like API using mainly the
@@ -35,4 +35,4 @@ pip install python-optix
35
git clone https://github.com/mortacious/python-optix.git
36
cd python-optix
37
python setup.py install
38
-```
+```
0 commit comments