autom: Generates and displays patterns from next nearest neighbors cellular automata

[ gpl, graphics, library ] [ Propose Tags ]
This version is deprecated.

This library is essentially a reimplementation of the pattern generation algorithm described in Wentlian Li's 1998 article COMPLEX PATTERNS GENERATED BY NEXT NEAREST NEIGHBORDS CELLULAR AUTONOMA (Choas and Fractals: A Computer Graphical Journey). This algorithm allows one to generate an amazing pattern (sometimes with fractal characteristics) by simply specifying a 32-bit integer. Please visit the project homepage for more information along with example images.


[Skip to Readme]

Modules

[Last Documentation]

  • Graphics
    • Graphics.Autom
      • Graphics.Autom.Display2D
      • Graphics.Autom.Example
      • Graphics.Autom.NextNearest
      • Graphics.Autom.Paint

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.1, 0.1.0.2, 0.1.0.3 (info)
Dependencies base (>=4.6 && <4.7), bytestring (>=0.10 && <0.11), colour (>=2.3 && <2.4), ghc-prim, gloss (>=1.7 && <1.8), JuicyPixels (>=3.1 && <3.2), random (>=1.0 && <1.1), vector (>=0.10 && <0.11) [details]
License GPL-3.0-only
Author Christopher Howard
Maintainer ch.howard@zoho.com
Category Graphics
Home page https://qlfiles.net/the-ql-files/next-nearest-neighbors-cellular-automata
Uploaded by infrared at 2016-10-22T04:42:10Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 1770 total (8 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2016-11-13 [all 2 reports]

Readme for autom-0.1.0.1

[back to package description]

README for autom package

DEBIAN JESSIE

These build instructions work on Debian Jessie:

sudo apt-get install ghc cabal-install libghc-vector-dev libghc-gloss-dev libghc-random-dev libghc-juicypixels-dev libghc-colour-dev
cabal update
cabal install autom

I believe this should also work on Ubuntu 14.04 (Trusty Tahr).