Skip to content

Commit

Permalink
chore: README
Browse files Browse the repository at this point in the history
  • Loading branch information
ary82 committed Aug 22, 2024
1 parent 440327f commit 86542da
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

<p align="center">
<img alt="titular render" src="./renders/2.png">
</p>

0 comments on commit 86542da

Please sign in to comment.