https://github.com/appleboiy/raytracing
Ray Tracing: The Rest of 'my' Life
https://github.com/appleboiy/raytracing
Last synced: 2 months ago
JSON representation
Ray Tracing: The Rest of 'my' Life
- Host: GitHub
- URL: https://github.com/appleboiy/raytracing
- Owner: AppleBoiy
- Created: 2024-07-09T07:17:35.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-07-09T12:45:35.000Z (11 months ago)
- Last Synced: 2025-04-05T17:38:02.039Z (2 months ago)
- Language: C++
- Homepage:
- Size: 143 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RayTracing - The Rest of `My` Life
THIS REPOSITORY IS MY PERSONAL STUDY OF RAY TRACING. I'M USING THE BOOK "Ray Tracing: The Rest of Your Life" BY Peter Shirley AS A GUIDE.
I AM NOT THE OWNER OF CODES IN THIS REPOSITORY. I'M JUST STUDYING AND PRACTICING THE THEORY OF RAY TRACING.
PLEASE REFERS THE GIVEN LINKS TO GET THE ORIGINAL TUTORIALS AND CODES.## My Progress
- [x] [_Ray Tracing in One Weekend_](https://raytracing.github.io/books/RayTracingInOneWeekend.html)
- [ ] [_Ray Tracing: The Next Week_](https://raytracing.github.io/books/RayTracingTheNextWeek.html)
- [ ] [_Ray Tracing: The Rest of Your Life_](https://raytracing.github.io/books/RayTracingTheRestOfYourLife.html)## `Ray Tracing`'s the license
### Ray Tracing in One Weekend
```text
Ray Tracing in One Weekend
Peter Shirley, Trevor David Black, Steve HollaschVersion 4.0.0-alpha.2, 2024-04-07
Copyright 2018-2024 Peter Shirley. All rights reserved.
```