update readme one more time

This commit is contained in:
2024-02-16 18:50:13 -07:00
parent 3045af0d9d
commit 20e39f5beb
+7 -4
View File
@@ -1,6 +1,9 @@
# wasm-raytracer
Raytracer written in Haskell. Slow and currently only supports one static scene.
Run `cabal build && cabal exec raytracer-exe > img.ppm`.
# 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`.