Skip to content

Files

Latest commit

Aug 22, 2024
86542da · Aug 22, 2024

History

History
27 lines (17 loc) · 517 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 517 Bytes

RayTracer

A simple raytracer written in C++

This project closely follows Ray Tracing in One Weekend

Why

Wanted to get a low level feel of raytracing and computer graphics in general.

Run

Add your desired config in the main file and render the ppm image:

make run

Convert your render to png version using ImageMagick

./save-img.sh

titular render