embree3-sys 0.1.0

FFI bindings for Intel's Embree high-performance ray tracing library.
Documentation
  • Coverage
  • 0.16%
    1 out of 620 items documented0 out of 57 items with examples
  • Size
  • Source code size: 133.33 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 14.68 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 23s Average build duration of successful builds.
  • all releases: 23s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • abau171/embree3-sys
    1 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • abau171

Crate API Build Status

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.