https://github.com/dyslevium/path-tracer
This project was intended to get familiar with OOPS design and learn some path tracing on the way. This project was made by following the steps mentioned in the book Ray Tracing in One Weekend.
https://github.com/dyslevium/path-tracer
Last synced: 3 months ago
JSON representation
This project was intended to get familiar with OOPS design and learn some path tracing on the way. This project was made by following the steps mentioned in the book Ray Tracing in One Weekend.
- Host: GitHub
- URL: https://github.com/dyslevium/path-tracer
- Owner: DYSLEVIUM
- License: gpl-3.0
- Created: 2020-10-27T08:47:00.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-11T17:23:24.000Z (about 4 years ago)
- Last Synced: 2025-01-20T19:26:48.776Z (5 months ago)
- Language: C++
- Homepage:
- Size: 178 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Path Tracer In One Weekend
This project was intended to get familiar with OOPS in C++ and learn some path tracing on the way. This project was made by following the steps mentioned in the book Ray Tracing in One Weekend. This project was made by following the steps mentioned in the book Ray Tracing in One Weekend.# Original Project
RayTracing/raytracing.github.io# Book Followed
_**https://raytracing.github.io/books/RayTracingInOneWeekend.html**_