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

https://github.com/1dagord/raytracer

Ray tracing engine built in C++
https://github.com/1dagord/raytracer

cpp cpp20 rendering

Last synced: over 1 year ago
JSON representation

Ray tracing engine built in C++

Awesome Lists containing this project

README

          

# RayTracer

Created this repo to follow along with the book "The Ray Tracer Challenge" by Jamis Buck

The following are demonstrations of the capabilities of the ray tracing engine:

| ![Shaded Sphere](src/output/shaded_sphere.png) | ![Sheared Circle](src/output/ray_sphere.png) | ![Real-Time Clock](src/output/clock.gif) |
|:--:|:--:|:--:|
| *Sphere rendered using Phong reflection model* | *Sheared circle* | *Clock displaying current time* |