Name: gmndl Version: 0.4.0.4 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.15, gtkglext >= 0.12 && < 0.14, mtl >= 2.2 && < 2.3, OpenGL >= 3.0 && < 3.1, OpenGLRaw >= 3.2 && < 3.3, parsec >= 3.1 && < 3.2, priority-queue >= 0.2 && < 0.3, qd >= 1.0 && < 1.1, ad >= 4.2 && < 4.4, reflection >= 1.5 && < 2.2, Vec >= 1.0 && < 1.1 GHC-options: -O2 -Wall -threaded -fno-excess-precision -funbox-strict-fields -rtsopts source-repository head type: git location: https://code.mathr.co.uk/gmndl.git source-repository this type: git location: https://code.mathr.co.uk/gmndl.git tag: v0.4.0.4