Skip to content

quadfault/rt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rt

A ray tracer, being slowly and carefully developed over time.

This is based on the ray tracer in C++ from the book Ray Tracing in One Weekend by Peter Shirley.

Compiling and running

To compile this project, you will need to use nightly Rust (the current beta might also work.) Run:

cargo build --release

(Don't try a debug build; it's way too slow.) Then try:

time $(target/release/rt > test.ppm)

where test.ppm is the output image. (This will take a while.)

About

A ray tracer.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages