Skip to content

anna-hope/ray-tracer-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Ray Tracer Challenge in Rust (WIP)

This reposity is a work-in-progress implementation of The Ray Tracer Challenge in Rust.

Build and run

This project targets Rust 1.68.0 and above. rustup is recommended for installing the Rust toolchain.

To run:

Release mode is highly recommended, as the renderer is much slower in debug mode.

cargo run --release samples/<sample>.yaml

Run tests

cargo test

Implementation notes

I am keeping some notes about my implementation in NOTES.md. Please check there for more details.

About

The Ray Tracer Challenge, in Rust

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages