snowglobe-3.0.0.1: snowglobe.cabal
Name: snowglobe
Version: 3.0.0.1
Synopsis: randomized fractal snowflakes demo
Description: @snowglobe@ generates random snowflakes using iterated
function systems via OpenGL texture feedback. The
snowflakes interact in a particle system.
.
Keyboard controls:
.
* f, F11: toggle full screen
.
* shift-R: toggle recording PPM images to stdout
.
* shift-S: toggle recording PGM images of each
generated flake to the current working directory
.
* any other key: quit
.
Blog posts:
.
* http://mathr.co.uk/blog/2012-01-12_snowglobe.html
.
* http://mathr.co.uk/blog/2014-12-19_making_seasonal_cards_with_snowglobe.html
homepage: http://code.mathr.co.uk/snowglobe
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 snowglobe
Main-is: SnowGlobe.hs
other-modules: Vector
GHC-options: -Wall
Build-depends:
base < 5,
bytestring,
containers,
gl-capture,
GLUT,
OpenGL == 2.11.*,
OpenGLRaw,
random
Source-repository head
type: git
location: http://code.mathr.co.uk/snowglobe.git
Source-repository this
type: git
location: http://code.mathr.co.uk/snowglobe.git
tag: v3.0.0.1