Haspt is a physical-based global illumination renderer.
- It uses path tracing algorithm.
- it is written in Haskell
- It is generally based on edupt.
You must use -O2 or -O3 option, or you'll lose a lot of time!
$ ghc -O3 haspt.hs && ./haspt > image.ppm
You can use IrfanView (Windows), ToyViewer (OSX) or something to view the PPM file.
