A erlang wrapper library for OSPRAY
Intel OSPRay is an open source, scalable, and portable ray tracing engine for high-performance, high-fidelity visualization on Intel Architecture CPUs. OSPRay is part of the Intel oneAPI Rendering Toolkit and is released under the permissive Apache 2.0 license.
The purpose of OSPRay is to provide an open, powerful, and easy-to-use rendering library that allows one to easily build applications that use ray tracing based rendering for interactive applications (including both surface- and volume-based visualizations). OSPRay is completely CPU-based, and runs on anything from laptops, to workstations, to compute nodes in HPC systems.
The OSPRAY documentation can be found [here: https://www.ospray.org/documentation.html] (https://www.ospray.org/documentation.html)
cmake
$ export CMAKE_PREFIX_PATH = "$CMAKE_PREFIX_PATH:/home/dgud/src/ospray/build/install/ospray"
$ mkdir build
$ cd build
$ cmake ..
$ cmake --build . --config RelWithDebInfo --target install
> $Env:Path += ";C:\Program Files\erl-24.2\bin"
> $Env:CMAKE_PREFIX_PATH += ";e:/src/ospray/win32/install/"
> mkdir build
> cd build
> cmake ..
> cmake --build . --config RelWithDebInfo --target install