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