Difference between revisions of "Glome"

From HaskellWiki
Jump to navigation Jump to search
Line 1: Line 1:
 
==About==
 
==About==
Glome is a ray tracer, originally written in Ocaml, but the more recent versions are written in Haskell.
+
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==
 
==Documentation==
Line 8: Line 13:
 
==Links==
 
==Links==
   
* [http://syn.cs.pdx.edu/~jsnow/glome Glome homepage]
+
* [http://syn.cs.pdx.edu/~jsnow/glome Glome homepage] (This is down.)
 
* [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 03:43, 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