Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 442 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 442 Bytes

raytracer

This is a raytracer in rust.

I am mostly following:

https://raytracing.github.io/books/RayTracingInOneWeekend.html

Usage

 cargo run --release > image.ppm

Then you can view the ppm file in any ppm viewer (gimp or krita should work fine).

Goals

https://raytracing.github.io/books/RayTracingTheNextWeek.html

https://www.realtimerendering.com/raytracing/Ray%20Tracing_%20the%20Rest%20of%20Your%20Life.pdf