Skip to content

Jenson-42/rust-raytracer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Magnetite

This is a ray tracer implemented in Rust, following the amazing Ray Tracing in One Weekend book series. Why "Magnetite"? Well, it's made of Iron Oxide (Rust) and I think it looks pretty!

Examples

Each example has arguments you can pass them from the command line. To find out more, run cargo run --release --example <EXAMPLE_NAME> -h.

Random Balls

Run this example using cargo run --release --example random_balls. It is the cover of the first book in the series with a few minor tweaks. Random Balls Example Output

About

A ray tracer written in Rust following the "Ray Tracing in One Weekend" series

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages