diff --git a/README.md b/README.md index 860eaf2..bf199ea 100644 --- a/README.md +++ b/README.md @@ -7,3 +7,21 @@ This project closely follows [_Ray Tracing in One Weekend_](https://raytracing.g ## 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: + +```bash +make run +``` + +Convert your render to png version using ImageMagick + +```bash +./save-img.sh +``` + +
+
+