HRay: Haskell raytracer

[ bsd3, graphics, program ] [ Propose Tags ]

HRay is a ray tracing application written in Haskell as part of my thesis at Ghent University. It's quite simple for now, but I'll probably keep on working on it in the near future.

For more information, see the homepage or the Haskell wiki entry: http://haskell.org/haskellwiki/HRay.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 1.1, 1.1.1, 1.2.0, 1.2.1, 1.2.2, 1.2.3
Dependencies array, base (>3), directory, gtk (>=0.9.7) [details]
License BSD-3-Clause
Author boegel
Maintainer boegel <kenneth [dot] hoste [at] elis [dot] ugent [dot] be>
Category Graphics
Home page http://trappist.elis.ugent.be/~kehoste/Haskell/HRay/
Uploaded by GwernBranwen at 2008-09-19T01:13:26Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables HRay
Downloads 5548 total (17 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
Last success reported on 2015-05-22 [all 8 reports]

Readme for HRay-1.1.1

[back to package description]
HRay - a Haskell ray tracer
:==========================:

Command line interface:
-----------------------

To compile the command line interface with GHC:

ghc --make -O HRayMain -o HRay.exe

To run the progrma, execute HRay.exe !

Graphical user interface:
-----------------------

To compile the graphical user interface with GHC:

ghc --make -O HRayGUI -o HRayGUI.exe

To run the progrma, execute HRayGUI.exe !

Note: please make sure you have gtk2hs 0.9.7 (http://haskell.org/gtk2hs/)
installed an your system, together with the last release of Gtk+ (www.gtk.org).