packages feed

snowglobe-2.0.0.2: snowglobe.cabal

Name:                snowglobe
Version:             2.0.0.2
Synopsis:            randomized fractal snowflakes demo
Description:         @snowglobe@ generates random snowflakes using iterated
                     function systems via OpenGL texture feedback.  The
                     snowflakes interact in a particle system.
                     .
                     Keyboard controls:
                     .
                       * f, F11: toggle full screen
                     .
                       * shift-R: toggle recording PPM images to stdout
                     .
                       * any other key: quit

License:             GPL-3
License-file:        LICENSE
Author:              Claude Heiland-Allen
Maintainer:          claude@mathr.co.uk
Category:            Demo
Build-type:          Simple
Cabal-version:       >=1.6

Executable snowglobe
  Main-is:             SnowGlobe.hs
  GHC-options:         -Wall
  Build-depends:
    base < 5,
    bytestring,
    containers,
    gl-capture,
    GLUT,
    hmatrix,
    OpenGL == 2.9.*,
    OpenGLRaw,
    random

Source-repository head
  type:                git
  location:            git://gitorious.org/maximus/snowglobe.git

Source-repository this
  type:                git
  location:            git://gitorious.org/maximus/snowglobe.git
  tag:                 v2.0.0.2