A pathtracer is a brute force system that reproduces how light behaves in the physical world, rendering the results to a 2D image.
This library depends on github.com/g3n/engine. Follow its installation instructions before installing this package.
$ go get github.com/ryannjohnson/pathtracer
For usage, see the examples directory.