Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeffamstutz/anari-library-vtkm
Proof-of-concept ANARI implementation built on VTK-m
https://github.com/jeffamstutz/anari-library-vtkm
Last synced: about 1 month ago
JSON representation
Proof-of-concept ANARI implementation built on VTK-m
- Host: GitHub
- URL: https://github.com/jeffamstutz/anari-library-vtkm
- Owner: jeffamstutz
- Created: 2023-12-15T21:05:25.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-27T01:19:49.000Z (2 months ago)
- Last Synced: 2024-10-27T02:26:48.151Z (2 months ago)
- Language: C++
- Size: 98.6 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# anari-library-vtkm
Proof-of-concept ANARI device implementation built using VTK-m.
## Build + install
Building this library requires the following:
- CMake 3.18+
- C++17 compiler
- [VTK-m](https://github.com/Kitware/VTK-m) master
- [ANARI-SDK](https://github.com/KhronosGroup/ANARI-SDK) 0.8.0+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.