https://github.com/willprice/ray-tracing-in-one-weekend
C++ Ray tracer from the book "Ray Tracing in One weekend" by Peter Shirley
https://github.com/willprice/ray-tracing-in-one-weekend
cgi computer-graphics cpp geometry raytracer
Last synced: about 1 year ago
JSON representation
C++ Ray tracer from the book "Ray Tracing in One weekend" by Peter Shirley
- Host: GitHub
- URL: https://github.com/willprice/ray-tracing-in-one-weekend
- Owner: willprice
- Created: 2017-04-03T10:55:29.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-03T10:55:40.000Z (about 9 years ago)
- Last Synced: 2025-04-10T23:43:39.038Z (about 1 year ago)
- Topics: cgi, computer-graphics, cpp, geometry, raytracer
- Language: C++
- Size: 7.81 KB
- Stars: 21
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Raytracer in a weekend
Implementation of the raytracer from the book: [Ray Tracing in One Weekend](http://amzn.to/2oqMIRj)
Peter Shirley makes his final raytracer available on [github](https://github.com/petershirley/raytracinginoneweekend)