Skip to content

Releases: SveSop/wine-nvoptix

Release v0.3

18 Jan 16:37
Compare
Choose a tag to compare

Support for ABI 60 (OptiX 7.5.0)
Support for ABI 68 (OptiX 7.6.0)
Support for ABI 84 (OptiX 7.7.0)
Support for ABI 87 (OptiX 8.0.0)

This REQUIRES a newer version of NVCUDA implementation ref README

Release v0.2

26 Mar 20:27
b6061c1
Compare
Choose a tag to compare

New:
Support for ABI 22 (SDK 7.0.0).
Support for log callbacks

Sourcecode is split more into ABI based source.

Release v0.1

21 Jan 14:38
392a3ff
Compare
Choose a tag to compare

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.