https://github.com/raphaeleg/raytracerinaweekend
Created my own Raytracing using Peter Shirley's guide.
https://github.com/raphaeleg/raytracerinaweekend
cpp20 raytracer raytracer-in-a-weekend raytracerchallange
Last synced: 11 months ago
JSON representation
Created my own Raytracing using Peter Shirley's guide.
- Host: GitHub
- URL: https://github.com/raphaeleg/raytracerinaweekend
- Owner: raphaeleg
- Created: 2024-06-08T02:17:31.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-03T03:36:11.000Z (almost 2 years ago)
- Last Synced: 2025-01-28T23:12:24.208Z (over 1 year ago)
- Topics: cpp20, raytracer, raytracer-in-a-weekend, raytracerchallange
- Language: C++
- Homepage:
- Size: 92.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ⚪ Ray Tracing in One Weekend

Learned the fundamentals of raytracing and computer graphics by creating my own raytracer using [Peter Shirley's guide](https://raytracing.github.io/books/RayTracingInOneWeekend.html). This includes...
- Positionable camera with Defocus Blur
- Materials (Diffused, Metal, Dielectrics)
- Antialiasing
- Spheres
Furthermore, the code has been rewritten using my knowledge of modern C++, aimed to make the code easier to read and harder to fail with modern keywords.
I've committed the Visual Studio project files for easy booting.