Expand description
§dasom-rs
A toy ray tracing engine based on Ray Tracing In One Weekend in Rust.
You can easily render images and add your own shapes or materials easily.
Examples will be very helpful.
Re-exports§
pub use material::Material;
pub use shape::HitRecord;
pub use shape::Shape;
pub use color::*;
pub use ray_tracer::*;
pub use ray::*;
pub use real::*;
pub use vector::*;
pub use camera::*;
pub use utility::*;