jeffamstutz / anari-ospray

Translation layer from ANARI to OSPRay, ANARILibrary and ANARIDevice "ospray".

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ANARI-OSPRay

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

About

Translation layer from ANARI to OSPRay, ANARILibrary and ANARIDevice "ospray".

License:Apache License 2.0


Languages

Language:C++ 98.7%Language:CMake 1.2%Language:C 0.1%