[ Forum Index ] [ Information ] [ Meme Media ] [ About Tony ]
A picture of Life in a Tube
Posted by Tony on 14th June 2003 at 01:19:22
In response to More on Fredkin, Tube posted by Tony on 21st May 2003 at 23:07:24
A simple border leaves a trail of pentadecathlons, a well known period 15 oscillator, one every 16 generations.The animated GIF at right will no doubt be used as yet another example as the story of Life in a Tube comes together, although more because it is neat than because it says anything very profound.

The reason for showing it now is because I'm allowing myself to feel somewhat pleased to have finally created a reasonably efficient basis for producing more of the same. This one got the number one guernsey because it was handy and relatively simple.

With Unisys's patent on GIF's LZW compression expiring this month, GIF is suddenly back in town as the way to deliver black and white animations, so I managed to allocate a chunk of the recent long weekend to building functions which parse and create such GIFs while staying well clear of the much richer graphical environments that are available through CPAN modules.

The code to generate Life in a Tube has been in use for a while, the previous version having some heavy optimisation aimed towards systmmatic exploration of a particular subset of starting patterns, but still not being quite efficient enough to use to produce animations which start 10,000+ generations into growth from a simple seed.

The practical solution turns out to be to use the oft mentioned LifeLab to generate and save the first generation to be included in the animation. LifeLab saves patterns in the widely used and readily decoded RLE (Run Length Encoded) file format.

At the time of posting, the animation parameters were hard coded into a Perl script which could be run locally from BBEdit, but it is intended to incorporate the logic into modules and thus into a CGI script which will enable the necessary animations to be rolled out even more efficiently.

Fig: 16 generations of a simple detached border leaves a trail of pentadecathlons, a well known period 15 oscillator. The interrelationship between the 15 and 16 generation cycles involved means that while the pentadecathlons appear to travel down the animation, their actual oscillation sequence is laid out in the opposite direction.

Next Newer Thread
A blast from the past: Pattern Breeder - Tony 21:38:04 21-May-03
More on Fredkin, Tube - Tony 23:07:24 21-May-03
A picture of Life in a Tube - Tony 01:19:22 14-Jun-03
More pictures of Life in a Tube - Tony 22:51:59 21-Mar-04
Re: A picture of Life in a Tube - Edward 04:22:20 15-Jun-03
Think of a child's toy blocks - Tony 19:05:22 15-Jun-03
Preview pages of NKS - toby 14:37:45 21-Jun-03
Re: Think of a child's toy blocks - toby 22:44:24 16-Jun-03
Re: Think of a child's toy blocks - toby 21:23:13 18-Jun-03
Next Older Thread


Post a Response:
Nickname: Password: (optional)
Subject:
Response:


Link URL:
(optional)
Link Title:

Posts to this forum may be removed or retained indefinitely at the administrators' discretion.