Difference between revisions of "Glome"

From HaskellWiki
Jump to navigation Jump to search
Line 13: Line 13:
 
==Links==
 
==Links==
   
* [http://syn.cs.pdx.edu/~jsnow/glome Glome homepage] (This is down.)
+
* [http://syn.cs.pdx.edu/~jsnow/glome Glome homepage] (This is down and needs to be moved elsewhere.)
 
* [http://hackage.haskell.org/cgi-bin/hackage-scripts/package/glome-hs hackage]
 
* [http://hackage.haskell.org/cgi-bin/hackage-scripts/package/glome-hs hackage]

Revision as of 04:11, 26 October 2009

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