From 20e39f5beb2bf1e7043366c21f462dd0ee66fe9a Mon Sep 17 00:00:00 2001 From: Rostyslav Hnatyshyn Date: Fri, 16 Feb 2024 18:50:13 -0700 Subject: [PATCH] update readme one more time --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b0eb5b3..4d894c2 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ -# wasm-raytracer +# haskell-raytracer + +![Image of the output](out.png "Output") Raytracer written in Haskell. Slow and currently only supports one static scene. + +## Running Run `cabal build && cabal exec raytracer-exe > img.ppm`. -![Image of the output](out.png "Output")