ca-patterns: Manipulate patterns in cellular automata, create and parse RLE files

[ data, library, mit, parsing, text ] [ Propose Tags ]

This package contains a Pattern type for working with 2-dimensional 2-state cellular automata. It also has functions for creating and parsing RLE files. RLE is a textual representation of CA patterns used in applications such as Golly and LifeViewer.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0, 0.2.0.0
Change log CHANGELOG.md
Dependencies base (>=4.11 && <5), parsec (>=3.1.6 && <3.2), text (>=0.7 && <2.1), vector (>=0.7 && <0.13) [details]
License MIT
Author Owen Bechtel
Maintainer ombspring@gmail.com
Category Data, Text, Parsing
Home page https://github.com/UnaryPlus/ca-patterns
Bug tracker https://github.com/UnaryPlus/ca-patterns/issues
Source repo head: git clone https://github.com/UnaryPlus/ca-patterns.git
Uploaded by OwenBechtel at 2022-03-17T22:08:53Z
Distributions
Downloads 136 total (7 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2022-03-17 [all 1 reports]

Readme for ca-patterns-0.1.0.0

[back to package description]

ca-patterns

Data types for life-like cellular automata, functions for creating and parsing RLE files