[Haskell-cafe] Ray tracer

Donald Bruce Stewart dons at cse.unsw.edu.au
Sat Jul 14 19:54:11 EDT 2007


andrewcoppin:
> The "Haskell ray tracer" seems to be a pretty standard and widely-used 
> example program. But has anybody ever seriously tried to make a 
> "production-grade" implementation? (I.e., one that is user-friendly, 
> efficient, and with lots of functionallity.)
> 

All the ones I know of are here:

    http://haskell.org/haskellwiki/Applications_and_libraries/Graphics#Ray_tracing

None are production grade, as you define it.

-- Don


More information about the Haskell-Cafe mailing list