mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
2c3667dc3b
PR: ports/124672 Submitted by: Igor Serikov <bt@turtle.freedns.us> (maintainer) Approved by: gabor (mentor, implicit)
20 lines
613 B
Plaintext
20 lines
613 B
Plaintext
2d-rewriter is a cellular automata simulator.
|
|
|
|
Key features
|
|
|
|
Declarative input language for rules and initial patterns definition.
|
|
|
|
Ability to emulate Conway's "Life Game" via proper rules specification.
|
|
|
|
Ability to demonstrate self replicating loops.
|
|
|
|
Patterns are tried in 4 orientations.
|
|
|
|
Cell directions are defined against the pattern orientation.
|
|
|
|
Total number of rules can be substantially decreased by using
|
|
sets and defining patterns using variables.
|
|
|
|
Required run time environment is a minimal X window system installation
|
|
on a POSIX-compatible system (*BSD/Linux/Mac OS X/Cygwin/...).
|