embree-rs 0.1.2

A simple wrapper for embree ray tracing library.
Documentation

Embree-rs

Build Status

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

Credits

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