Skip to content

tatsy/haskell-smallpt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

haskell-smallpt

Haskell implementation for "smallpt" (small path tracing). The code is written for read clarity, so it is a little longer than the original C version.

Usage

$ cabal install --only-dependencies
$ cabal configure
$ cabal build
$ cabal run [width] [height] [samples]

Result

result

(800 x 600, 512 samples per pixel, computation took 8200 secs with 1.8 GHz CPU)

License

MIT License 2015 (c) tatsy, Tatsuya Yatagawa

About

Haskell implementation of "smallpt" (small path tracing)

Resources

License

Stars

Watchers

Forks

Packages

No packages published