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")