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
- Host: GitHub
- URL: https://github.com/encelo/pmtracer
- Owner: encelo
- License: mit
- Created: 2020-10-09T22:13:09.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-09-10T15:03:09.000Z (over 1 year ago)
- Last Synced: 2025-02-09T17:30:05.850Z (3 months ago)
- Topics: cornell-box, cpp, cross-platform, global-illumination, library, pathtracer, pathtracing, raytracer, raytracing
- Language: C++
- Homepage:
- Size: 79.1 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.