chiark / gitweb /
bedbugs.git
10 years agoCorrect URL and add it to output master
Jacob Nevins [Sat, 18 Jan 2014 17:19:40 +0000 (17:19 +0000)]
Correct URL and add it to output

10 years agoSmoothed state colours now correct if zoomed out
Jacob Nevins [Sat, 18 Jan 2014 16:53:17 +0000 (16:53 +0000)]
Smoothed state colours now correct if zoomed out

10 years agoUpdate generated Bedbugs.rule after previous
Jacob Nevins [Sat, 18 Jan 2014 16:44:14 +0000 (16:44 +0000)]
Update generated Bedbugs.rule after previous

10 years agoUsage documentation in Bedbugs.rule
Jacob Nevins [Sat, 18 Jan 2014 16:35:35 +0000 (16:35 +0000)]
Usage documentation in Bedbugs.rule

10 years agoMissing dependency
Jacob Nevins [Sat, 18 Jan 2014 16:25:15 +0000 (16:25 +0000)]
Missing dependency

10 years agoAutomate creation of Bedbugs.rule
Jacob Nevins [Sat, 18 Jan 2014 16:23:17 +0000 (16:23 +0000)]
Automate creation of Bedbugs.rule

All the manual hackery is now automated, but the result is equivalent.
Still quite shonky.

10 years agoComments, licensing, etc
Jacob Nevins [Sat, 18 Jan 2014 15:38:22 +0000 (15:38 +0000)]
Comments, licensing, etc

10 years agoAutomate existing automatic steps with Makefile
Jacob Nevins [Sat, 18 Jan 2014 14:26:53 +0000 (14:26 +0000)]
Automate existing automatic steps with Makefile

And remove files that are now built by the Makefile.

10 years agoAnimated GIF Golly screenshot (manually generated)
Jacob Nevins [Sat, 18 Jan 2014 13:45:24 +0000 (13:45 +0000)]
Animated GIF Golly screenshot (manually generated)

10 years agoInitial just-about-works completely shonky version
Jacob Nevins [Wed, 8 Jan 2014 03:28:00 +0000 (03:28 +0000)]
Initial just-about-works completely shonky version

Nothing is automated. Output files don't quite match their supposed
input. Nothing is documented. Even the level of organisation presented
here is fiction, these files were spread over multiple directories. It
was 3am. Sue me.

Provenance:

make-ruletable.cpp hacked to output a table for Conway's life.
[make-ruletable.cpp] -> life.table -> [mungetable.pl] ->
  mungedlife.table (modulo debug debris)
(mungetable.pl expands (0,1) transitions to accont for all Bedstead
states. Revoltingly)

bedbugs.c hacked from bits of http://bjh21.me.uk/bedstead/ bedstead.c #137
[bedbugs.c] -> bedbugs.rule

bedbugs.rule + mungedlife.table -> [handhacking] -> Bedbugs.rule
(which is what you actually feed into Golly)

10 years agoPristine make-ruletable.cpp from upstream golly
tim_hutton [Thu, 16 Oct 2008 22:15:14 +0000 (22:15 +0000)]
Pristine make-ruletable.cpp from upstream golly

git://git.code.sf.net/p/golly/code Rules/TableGenerators/make-ruletable.cpp