Skip to content

Ray tracer from Ray Tracing in One Weekend from Peter Shirley

Notifications You must be signed in to change notification settings

vvilhonen/helloraytracer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ray tracer from Ray Tracing in One Weekend from Peter Shirley

demo

Running

With a window animated

    $ cargo run --release --bin window

With a single output image generated to out.png

    $ cargo run --release --bin png -- out.png

With the above gif generated to demo.gif

    $ cargo run --release --bin gif -- demo.gif

About

Ray tracer from Ray Tracing in One Weekend from Peter Shirley

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages