Proof-of-concept ANARI device implementation built using VTK-m.
Building this library requires the following:
VTK-m and ANARI-SDK can be found via placing their installation locations on
CMAKE_PREFIX_PATH
.
The ANARI-SDK only requires that the resulting library is available on the
runtime library search path (i.e. LD_LIBRARY_PATH
on Linux). Alternatively,
setting CMAKE_INSTALL_PREFIX
to where ANARI-SDK is installed will install the
VTK-m device library next to libanari
, which will also find it instead of
using a runtime library search path.