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

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.

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**_