RLE (cellular automata)
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |formattype=electronic |subcat=Scientific Data formats |extensions={{ext|rle}} |released=≤1999?<ref>MCell, which was based on RLE, seems to have been releas...") |
(Extensions of those variants; changing the section title from "Derivatives" to "Variants") |
||
(2 intermediate revisions by one user not shown) | |||
Line 2: | Line 2: | ||
|formattype=electronic | |formattype=electronic | ||
|subcat=Scientific Data formats | |subcat=Scientific Data formats | ||
− | |extensions={{ext|rle}} | + | |extensions={{ext|rle}}, {{ext|l}}, {{ext|rle3}} |
|released=≤1999?<ref>[[MCell]], which was based on RLE, seems to have been released in 1999 (see its page for details)</ref> | |released=≤1999?<ref>[[MCell]], which was based on RLE, seems to have been released in 1999 (see its page for details)</ref> | ||
}} | }} | ||
− | '''RLE''' is a format used for storing patterns of cellular automata. As the name suggests, it uses [[run-length encoding]]. It was designed by [https://www.conwaylife.com/wiki/David_Buckingham David Buckingham].<ref>http://golly.sourceforge.net/Help/formats.html#rle</ref> The | + | '''RLE''' is a format used for storing patterns of cellular automata. As the name suggests, it uses [[run-length encoding]]. It was designed by [https://www.conwaylife.com/wiki/David_Buckingham David Buckingham].<ref>http://golly.sourceforge.net/Help/formats.html#rle</ref> The basic format is very simple, but different people have made their own modified versions of it over the years. |
== Identification == | == Identification == | ||
− | Standard RLE files will begin with [[ASCII]] "{{magic|1=x =}}"<!-- It begins with "x =". The "1=" is required so that the magic number won't be interpreted as template markup.-->.<ref>http://www.mirekw.com/ca/ca_files_formats.html#RLE</ref> | + | Standard, minimal RLE files will begin with [[ASCII]] "{{magic|1=x =}}"<!-- It begins with "x =". The "1=" is required so that the magic number won't be interpreted as template markup.-->.<ref>http://www.mirekw.com/ca/ca_files_formats.html#RLE</ref> |
== Specifications == | == Specifications == | ||
− | * [http://www.mirekw.com/ca/ca_files_formats.html#RLE Unofficial specification] | + | * [http://www.mirekw.com/ca/ca_files_formats.html#RLE Unofficial specification of the basic format] |
== Software == | == 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. | RLE seems to be very widely-supported; therefore, a list of programs supporting it would almost amount to a list of all CA software. | ||
* [http://golly.sourceforge.net/ Golly] | * [http://golly.sourceforge.net/ Golly] | ||
+ | |||
+ | == Variants == | ||
+ | * [http://golly.sourceforge.net/Help/formats.html#rle Extended RLE], used by the program Golly | ||
+ | * [http://www.mirekw.com/ca/ca_files_formats.html#dbLife dbLife], used for David I. Bell's collection dbLifeLib | ||
+ | * RLE3, an extension for storing 3-dimensional patterns (see [http://golly.sourceforge.net/Help/changes.html the Golly changelog], "Changes in version 3.2 (released July 2018)") | ||
== Links == | == Links == |
Latest revision as of 06:00, 30 June 2020
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 |
[edit] Identification
Standard, minimal RLE files will begin with ASCII "x =
".[3]
[edit] Specifications
[edit] 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.
[edit] Variants
- Extended RLE, used by the program Golly
- dbLife, used for David I. Bell's collection dbLifeLib
- RLE3, an extension for storing 3-dimensional patterns (see the Golly changelog, "Changes in version 3.2 (released July 2018)")
[edit] Links
[edit] See Also
[edit] 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