embree-rs 0.3.4

A wrapper for the Embree ray tracing kernels.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# embree-rs


[![Crates.io](https://img.shields.io/crates/v/embree-rs.svg)](https://crates.io/crates/embree-rs)
[![Build Status](https://travis-ci.org/Twinklebear/embree-rs.svg?branch=master)](https://travis-ci.org/Twinklebear/embree-rs)

Rust bindings to [Embree](http://embree.github.io/). These are still in
development, so a range of features are in progress.

# Documentation


Rust doc can be found [here](http://www.willusher.io/embree-rs/embree-rs),
Embree documentation can be found [here](https://embree.github.io/api.html).
See the [examples/](examples/) for some example applications using the bindings.