Skip to content

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

License

Notifications You must be signed in to change notification settings

encelo/pmTracer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.