Crates.io | embree3-sys |
lib.rs | embree3-sys |
version | 0.1.0 |
source | src |
created_at | 2021-08-11 19:56:41.972579 |
updated_at | 2021-08-11 19:56:41.972579 |
description | FFI bindings for Intel's Embree high-performance ray tracing library. |
homepage | https://github.com/abau171/embree3-sys/ |
repository | https://github.com/abau171/embree3-sys/ |
max_upload_size | |
id | 434933 |
size | 118,272 |
embree3-sys
Rust FFI bindings for Intel's Embree high-performance ray tracing library.
Bindings are automatically generated at build time using bindgen
. Unlike the embree
and embree-rs
crates, embree3-sys
's generated bindings will pick up your current Embree installation's configuration (so, for example, RTC_MAX_INSTANCE_LEVEL_COUNT
will be set correctly if you have enabled multi-level instancing).
Currently, an existing Embree installation is required. See Embree's GitHub page for installation instructions.