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

10 lines
215 B

# 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`.