Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fekie authored May 9, 2022
1 parent 64f5956 commit 96faed8
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,24 @@
# mini-raytracer
A cpu-based raytracer written in rust. This project was written by me to learn about computer graphics, specifically rayracing.

# features
# Features
* Parallelized frame computation.
* Diffuse reflection.
* Specular reflection.
* Shadows.
* Recursive object reflections.

# preview
# Preview
https://user-images.githubusercontent.com/68732833/167486086-562e33e0-76c1-4c4a-b6da-cf219a726867.mp4

# Usage

### From Release
Download the program executable from the latest release at [releases](https://github.com/Chloe-Woahie/mini-raytracer/releases)

### From Source
```bash
git clone https://github.com/Chloe-Woahie/mini-raytracer
cd mini-raytracer
cargo run --release
```

0 comments on commit 96faed8

Please sign in to comment.