An open API service indexing awesome lists of open source software.

https://github.com/encelo/pmtracer

Poor Man's Tracer is a very simple and minimal ray tracing and path tracing library
https://github.com/encelo/pmtracer

cornell-box cpp cross-platform global-illumination library pathtracer pathtracing raytracer raytracing

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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_](http://www.raytracegroundup.com/) 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.