chiark / gitweb /
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Jacob Nevins [Sat, 18 Jan 2014 16:53:17 +0000 (16:53 +0000)]
Smoothed state colours now correct if zoomed out
Jacob Nevins [Sat, 18 Jan 2014 16:44:14 +0000 (16:44 +0000)]
Update generated Bedbugs.rule after previous
Jacob Nevins [Sat, 18 Jan 2014 16:35:35 +0000 (16:35 +0000)]
Usage documentation in Bedbugs.rule
Jacob Nevins [Sat, 18 Jan 2014 16:25:15 +0000 (16:25 +0000)]
Missing dependency
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.
Jacob Nevins [Sat, 18 Jan 2014 15:38:22 +0000 (15:38 +0000)]
Comments, licensing, etc
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.
Jacob Nevins [Sat, 18 Jan 2014 13:45:24 +0000 (13:45 +0000)]
Animated GIF Golly screenshot (manually generated)
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)
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