Difference between revisions of "Glome"

From HaskellWiki
Jump to navigation Jump to search
Line 8: Line 8:
   
 
==Documentation==
 
==Documentation==
  +
todo:
 
 
*[[Glome tutorial]]
 
*[[Glome tutorial]]
   
Line 14: Line 14:
   
 
* [http://syn.cs.pdx.edu/~jsnow/glome Glome homepage] (This is down and needs to be moved elsewhere.)
 
* [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/package/glome-hs Glome on Hackage]
  +
* [http://hackage.haskell.org/package/GlomeVec GlomeVec on Hackage]

Revision as of 05:39, 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

Links