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

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++

Awesome Lists containing this project

README

          

# Ray Tracing in One Weekend - C++

[![Build Status](https://drone.teledhil.eu/api/badges/Teledhil/my_little_ray_tracer/status.svg)](https://drone.teledhil.eu/Teledhil/my_little_ray_tracer)

![Final Scene](images/final_scene.jpg "Final Scene")

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
```