gearbox-1.0.0.6: gearbox.cabal
Name: gearbox
Version: 1.0.0.6
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). @f@ toggles full screen, any
other key to quit. Shaders generate a gear shape
and hue rotate succesive copies via texture feedback.
.
Blog post:
.
* <https://mathr.co.uk/blog/2012-01-12_gearbox.html>
Homepage: https://code.mathr.co.uk/gearbox
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.7.*,
OpenGLRaw == 3.3.*,
Vec == 1.0.*
GHC-options: -Wall
Source-repository head
type: git
location: https://code.mathr.co.uk/gearbox.git
Source-repository this
type: git
location: https://code.mathr.co.uk/gearbox.git
tag: v1.0.0.6