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

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

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]

Properties

Versions 0.1.0.0, 0.2.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-04-16T03:09:53Z

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for ca-patterns-0.2.0.0

[back to package description]

ca-patterns

Manipulate patterns in cellular automata. Create and parse RLE files.

Documentation is available on Hackage.