An open API service indexing awesome lists of open source software.

https://github.com/pwhiddy/hasktrace

A simple raytracer in haskell
https://github.com/pwhiddy/hasktrace

3d graphics haskell raymarch raytracer

Last synced: 7 months ago
JSON representation

A simple raytracer in haskell

Awesome Lists containing this project

README

          

# hasktrace
A simple raytracer using haskell lists to implement vectors and vector functions.
Very inefficient, but is close to being general enough to trace rays in space with an abitrary number of dimensions.

![](http://i.imgur.com/zZJxuad.png)