gmndl-0.4.0.2: gmndl.cabal
Name: gmndl
Version: 0.4.0.2
Synopsis: Mandelbrot Set explorer using GTK
Description:
A Mandelbrot Set explorer. Multiple render threads
use higher precision maths at higher zoom levels.
Suggested usage:
.
@gmndl +RTS -N -qa -RTS --width=640 --height=480@
.
Left-click to zoom in, right-click to zoom out. The
status bar shows where you are, and the entry field
takes an angled internal address, try for example:
.
@1\/3 1\/2 5 7@
Cabal-version: >=1.6
License: GPL-2
License-file: LICENSE
Author: Claude Heiland-Allen
Maintainer: claude@mathr.co.uk
Category: Graphics
Build-type: Simple
Executable gmndl
Main-is: gmndl.hs
Other-modules: Address
Calculate
Complex
Image
MuAtom
Roots
Build-depends: base >= 4 && < 5,
array >= 0.5 && < 0.6,
gtk >= 0.12 && < 0.13,
gtkglext >= 0.12 && < 0.13,
mtl >= 2.2 && < 2.3,
OpenGL >= 2.9 && < 2.10,
OpenGLRaw >= 1.5 && < 1.6,
parsec >= 3.1 && < 3.2,
priority-queue >= 0.2 && < 0.3,
qd >= 1.0 && < 1.1,
ad >= 4.2 && < 4.3,
reflection >= 1.5 && < 1.6,
Vec >= 1.0 && < 1.1
GHC-options: -O2 -Wall -threaded -fno-excess-precision -funbox-strict-fields -rtsopts
GHC-prof-options: -O2 -Wall -threaded -fno-excess-precision -funbox-strict-fields -rtsopts -prof -auto-all -caf-all
source-repository head
type: git
location: git://gitorious.org/maximus/gmndl.git
source-repository this
type: git
location: git://gitorious.org/maximus/gmndl.git
tag: v0.4.0.2