embree

High-performance ray tracing kernels for rendering and visualization

brewmacoslinux
Try with needOr install directly
Source

About

High-performance ray tracing kernels

Commands

embree

Examples

Link Embree library in C++ application for ray tracing$ g++ -o myapp myapp.cpp -lembree3 -I$(brew --prefix embree)/include
Query Embree version and build information$ pkg-config --modversion embree3
Check Embree installation and available features$ ls -la $(brew --prefix embree)/lib