Skip to content

Release v0.1

Compare
Choose a tag to compare
@SveSop SveSop released this 21 Jan 14:38
· 34 commits to master since this release
392a3ff

This is the first release of WINE-NVOPTIX.

wine-nvoptix is a library to be used with wine. It aims at allowing Linux / Mac OS users to launch Windows software using the OptiX API. This API, developed by NVIDIA, is used to do Ray Tracing calculations using NVIDIA GPU, mostly in 3D environments. This library, wine-optix, works by creating a fake windows Dll which will translate calls to the Windows NVIDIA Optix API to the Linux / Mac OS native API.

To use: Download the binary and install it to your WINEPREFIX with the included script setup_nvoptix.sh

For best compatibility this library recommends using an NVIDIA RTX adapter with NVIDIA driver series 495 or later for Linux.