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

https://github.com/fogleman/tracer

Global illumination path tracer in C++
https://github.com/fogleman/tracer

cpp path-tracing ray-tracing

Last synced: 11 months ago
JSON representation

Global illumination path tracer in C++

Awesome Lists containing this project

README

          

## tracer

This is a [path tracer](https://en.wikipedia.org/wiki/Path_tracing) written in C++. (Work in progress!)

### Requirements

- boost
- embree
- glm

If you're on macOS, these can all be installed with [Homebrew](https://brew.sh/).

brew install boost embree glm