Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 490 Bytes

readme.md

File metadata and controls

18 lines (11 loc) · 490 Bytes

Rustful Raytracer

A raytracer made with rust

This is a simple ray tracer implemented in Rust.

The ray tracer calculates the color of each pixel in an image by tracing rays from the camera through the viewport and into the scene. Has support for refractions, reflections, and different kinds of materials.

Example usage

cargo run > image.ppm

This will compile and run the program, generating the ray-traced image.

Demo picture