Registry / other / embree

embree

JSON →
library4.4.0vcpkgunverified

High Performance Ray Tracing Kernels.

vcpkg install embree
INSTALL
IMPORT
SIG · EMBREE
E
embree
othercppv4.4.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

embree3/rtcore.h
#include <embree3/rtcore.h>

Initialize an Embree device

#include <embree3/rtcore.h> #include <iostream> int main() { RTCDevice device = rtcNewDevice(nullptr); if (!device) { std::cerr << "Failed to create Embree device" << std::endl; return 1; } std::cout << "Embree device created successfully" << std::endl; rtcReleaseDevice(device); return 0; }
Debug
Known issues
gotchaEmbree requires SSE4.2 or newer CPU instructions
fix
Ensure your target CPU supports SSE4.2 or compile with appropriate flags
affects: *
Upgrade
Version history
4.4.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
8
Meta
1
Resources

No resource links recorded.

embree — pip install embree · libregistry