You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
haskell-raytracer/README.md

7 lines
199 B

# wasm-raytracer
Raytracer written in Haskell. Slow and currently only supports one static scene.
Run `cabal build && cabal exec raytracer-exe > img.ppm`.
![Image of the output](out.png "Output")