Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 348 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 348 Bytes

pmTracer

Poor Man's Tracer is a very simple and minimal ray tracing and path tracing library.

It is based on the theory and the code of Ray Tracing from the Ground Up by Kevin Suffern.

The library is just a way to learn the concepts explained in the book. It is neither fast, nor correct nor complete.