glome-hs-0.5: glome-hs.cabal
Name: glome-hs
Version: 0.5
Synopsis: ray tracer
Description: Ray Tracer capable of rendering a variety of primitives,
with support for CSG (difference and intersection of solids),
BIH-based acceleration structure, and ability to load NFF
format files.
License: GPL
License-file: LICENSE
Author: Jim Snow
Maintainer: Jim Snow <jsnow@cs.pdx.edu>
Copyright: Copyright 2008 Jim Snow
Homepage: http://syn.cs.pdx.edu/~jsnow/glome
Stability: experimental
Category: graphics
Build-Depends: base,haskell98,time,parallel,GLUT,OpenGL,random,array,binary
build-type: Simple
Executable: glome
ghc-options: -fglasgow-exts -funbox-strict-fields -threaded
extensions: BangPatterns
Main-is: Glome.hs