packages feed

gearbox-1.0.0.1: gearbox.cabal

Name:                gearbox
Version:             1.0.0.1
Synopsis:            zooming rotating fractal gears graphics demo
Description:         OpenGL gearbox iterated function system.  Usage:
                     @gearbox quality@ where quality is an integer between
                     6 and 14 (default 9).  Shaders generate a gear shape
                     and hue rotate succesive copies via texture feedback.
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 gearbox
  Main-is:             GearBox.hs
  Build-depends:
    base < 5,
    GLUT >= 2.2 && < 2.4,
    OpenGLRaw >= 1.1 && < 1.3,
    Vec >= 1 && < 2,
    Vec-OpenGLRaw >= 0.2 && < 0.3

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

Source-repository this
  type:                git
  location:            git://gitorious.org/maximus/gearbox.git
  tag:                 v1.0.0.1