ANARI-OSPRay
June 5, 2025 · View on GitHub
Translation layer from Khronos® ANARI™
to Intel® OSPRay: ANARILibrary and ANARIDevice
"ospray".
Requirements
Building
Build with:
git clone https://github.com/ospray/anari-ospray.git
cd anari-ospray
mkdir build
cd build
cmake ..
cmake --build .
Or using the CMake superbuild in superbuild, which fetches the
dependencies.
Using
Run the ANARI examples with selected ospray library, e.g.
export ANARI_LIBRARY=ospray
anariViewer