beltegeuse / embree-rs-custom

Rust wrapper of embree intersection library.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Embree-rs

This library have been archived. Please checkout embree-rs

Build Status

NOTE: Need Rust 1.25 at least to support repr(align(X)) routine. To install this version, you can run the following command:

RUSTUP_DIST_SERVER=https://dev-static.rust-lang.org rustup update stable

For windows, the current code assuming that embree will be installed in its default directory (C:\\Program Files\\Intel\\Embree3 x64).

Description

A Rust wrapper for Intel's Embree raytracing library. It short terms goal is to provide easy intersection test in Rust. The goal of this library is NOT to support all Embree features for the moment. However, I will be pleased to merge any pull request!

This wrapper is used (and tested) in:

Please contact me if your project uses this wrapper so I can update this above list.

TODO

  • add documentation
  • add an example of a simple Whitted ray tracing
  • add more intersections routines
  • add phantom data
  • expose different configurations (ray, scene, ...)

Credits

The current code have been inspired from https://github.com/anderslanglands/embree-rs.

About

Rust wrapper of embree intersection library.

License:MIT License


Languages

Language:Rust 99.6%Language:C++ 0.4%