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++
- Host: GitHub
- URL: https://github.com/fogleman/tracer
- Owner: fogleman
- Created: 2020-01-12T03:21:07.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-26T22:07:37.000Z (about 6 years ago)
- Last Synced: 2025-04-01T20:22:44.534Z (12 months ago)
- Topics: cpp, path-tracing, ray-tracing
- Language: C++
- Size: 210 KB
- Stars: 30
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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