Glome

From HaskellWiki
Revision as of 04:11, 26 October 2009 by Jsnow (talk | contribs)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

About

Glome is a ray tracer written by Jim Snow. Originally it was written in Ocaml, but the more recent versions are written in Haskell.

GlomeVec

GlomeVec is the vector library used by Glome, and is now (as of Oct 25 2009) available as a separate library. My intention is to make the core of Glome into a library as well.

GlomeVec is also used by a separate project, IcoGrid

Documentation

todo:

Links