Skip to content
This repository has been archived by the owner on Jun 29, 2020. It is now read-only.

beltegeuse/embree-rs-custom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published