https://github.com/teledhil/raytracinginoneweekendcpp
Ray Tracing In One Weekend in C++
https://github.com/teledhil/raytracinginoneweekendcpp
cpp raytracing
Last synced: 6 months ago
JSON representation
Ray Tracing In One Weekend in C++
- Host: GitHub
- URL: https://github.com/teledhil/raytracinginoneweekendcpp
- Owner: Teledhil
- Created: 2023-05-08T13:01:19.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-11T22:49:57.000Z (about 3 years ago)
- Last Synced: 2024-04-18T06:58:05.490Z (about 2 years ago)
- Topics: cpp, raytracing
- Language: C
- Homepage:
- Size: 493 KB
- 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 - C++
[](https://drone.teledhil.eu/Teledhil/my_little_ray_tracer)

My multithreaded implementation of the [_Ray Tracing in One Weekend_](https://raytracing.github.io/books/RayTracingInOneWeekend.html)
and the [_Ray Tracing: The Next Week_](https://raytracing.github.io/books/RayTracingTheNextWeek.html)
books.
## Build
```
make
```
## Run
```
./rtx > image.ppm
```