Name: gloss-examples Version: 1.2.0.1 License: MIT License-file: LICENSE Author: Ben Lippmeier Maintainer: benl@ouroborus.net Build-Type: Simple Cabal-Version: >=1.6 Stability: experimental Category: Graphics Homepage: http://trac.haskell.org/gloss Bug-reports: http://trac.haskell.org/gloss/newticket Description: Examples using the gloss graphics library. A mixed bag of fractals, particle simulations and cellular automata. Synopsis: Examples using the gloss library Executable gloss-easy Build-depends: base == 4.*, gloss == 1.2.* Main-is: Easy/Main.hs ghc-options: -O2 Executable gloss-clock Build-depends: base == 4.*, gloss == 1.2.* Main-is: Clock/Main.hs ghc-options: -O2 Executable gloss-eden Build-depends: base == 4.*, gloss == 1.2.*, random == 1.0.* Main-is: Main.hs other-modules: Cell Community World hs-source-dirs: Eden ghc-options: -O2 Executable gloss-flake Build-depends: base == 4.*, gloss == 1.2.* Main-is: Flake/Main.hs ghc-options: -O2 Executable gloss-hello Build-depends: base == 4.*, gloss == 1.2.* Main-is: Hello/Main.hs ghc-options: -O2 Executable gloss-lifespan Build-depends: base == 4.*, gloss == 1.2.*, random == 1.0.* Main-is: Main.hs other-modules: Cell Community World hs-source-dirs: Lifespan ghc-options: -O2 Executable gloss-styrene Build-depends: base == 4.*, gloss == 1.2.*, containers >= 0.3 && <= 0.5, ghc-prim == 0.2.* Main-is: Main.hs other-modules: Actor Advance Collide Config Contact QuadTree World hs-source-dirs: Styrene ghc-options: -O2 Executable gloss-tree Build-depends: base == 4.*, gloss == 1.2.* Main-is: Tree/Main.hs ghc-options: -O2 Executable gloss-zen Build-depends: base == 4.*, gloss == 1.2.* Main-is: Zen/Main.hs ghc-options: -O2 Executable gloss-machina Build-depends: base == 4.*, gloss == 1.2.* Main-is: Machina/Main.hs ghc-options: -O2 Executable gloss-conway Build-depends: base == 4.*, gloss == 1.2.*, vector >= 0.5 && < 0.8 Main-is: Main.hs other-modules: Cell World hs-source-dirs: Conway ghc-options: -O2 Executable gloss-occlusion Build-depends: base == 4.*, gloss == 1.2.* Main-is: Main.hs other-modules: Cell World State Data hs-source-dirs: Occlusion ghc-options: -O2 Executable gloss-visibility Build-depends: base == 4.*, gloss == 1.2.* Main-is: Main.hs other-modules: Array Draw Interface State World Geometry.Randomish Geometry.Segment hs-source-dirs: Visibility ghc-options: -O2