Crate dasom[][src]

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 color::*;
pub use ray_tracer::*;
pub use ray::*;
pub use real::*;
pub use vector::*;
pub use camera::*;
pub use material::Material;
pub use shape::HitRecord;
pub use shape::Shape;
pub use utility::*;

Modules

camera
color
material
ray
ray_tracer
real
shape
utility
vector