RLE (cellular automata)
From Just Solve the File Format Problem
RLE is a format used for storing patterns of cellular automata. As the name suggests, it uses run-length encoding. It was designed by David Buckingham.[2] The basic format is very simple, but different people have made their own modified versions of it over the years.
Contents |
Identification
Standard, minimal RLE files will begin with ASCII "x =
".[3]
Specifications
- Unofficial specification of the basic format
- Specification of Extended RLE, used by the program Golly
Software
RLE seems to be very widely-supported; therefore, a list of programs supporting it would almost amount to a list of all CA software.
Links
See Also
References
- ↑ MCell, which was based on RLE, seems to have been released in 1999 (see its page for details)
- ↑ http://golly.sourceforge.net/Help/formats.html#rle
- ↑ http://www.mirekw.com/ca/ca_files_formats.html#RLE