Skip to content

kasparas-ban/rust_ray_tracer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust Ray Tracer

A simple ray tracer written in Rust. Instructions taken from Ray Tracing in One Weekend and translated from C++ to Rust.

Getting Started

Run cargo run > image.ppm to create an output image called image.ppm.

.ppm files can be opened with GIMP or viewed online here for example.

Here's one example result:

Final scene render

Running the tests

Tests are run by the usual command cargo test.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages