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

https://github.com/rosendo-martinez/raytracinginoneweekend

My implementation of Peter Shirley's Ray Tracing In One Weekend book/tutorial.
https://github.com/rosendo-martinez/raytracinginoneweekend

cpp raytracing

Last synced: 4 months ago
JSON representation

My implementation of Peter Shirley's Ray Tracing In One Weekend book/tutorial.

Awesome Lists containing this project

README

        

# Ray Tracing

My implementation of Peter Shirley's [Ray Tracing In One Weekend](https://raytracing.github.io/) book/tutorial.

Its not 100% done, however.

## Rendered Ray Traced Images
Here are some ray traced images I've rendered so far.

![Demo ray traced image](screenshots/diffuse-no-shadow-acne.png)

Diffuse spheres.

![Demo ray traced image](screenshots/multiple-samples.png)

Multi-sampled (randomly) pixels, with normals colored.

![Demo ray traced image](screenshots/red-sphere-on-blue-gradient-bg.png)

Simple ray-sphere intersection.

![Demo ray traced image](screenshots/two-spheres.png)

No multi-sampling, thus jagged edges should be visible.