Skip to content

OtsoBear/raytracer

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages