embree-rs 0.1.1

A simple wrapper for embree ray tracing library.
Documentation

embree-rs

Build Status

A Rust wrapper for Intels' Embree raytracing library. The goal of this library is to not support all embree features provided.

However, any pull request is welcome if you are interested to contribute to this project.

This wrapper is used (and tested) in:

TODO

  • add documentation
  • add example and testing
  • (maybe) create a crate for more wider diffusion

Credits

The original code is inspired from https://github.com/anderslanglands/embree-rs.