From 86466959e8dc127513c1dc5c702492c8107c4b20 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Sat, 17 Jun 2023 11:11:26 +0100 Subject: [PATCH] Spectre tiling: add a comment with some reference URLs. I meant to fold this into yesterday's main commit, but there's always something that gets forgotten. --- spectre.c | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/spectre.c b/spectre.c index 7075eb0..d928931 100644 --- a/spectre.c +++ b/spectre.c @@ -1,6 +1,13 @@ /* * Code to generate patches of the aperiodic 'spectre' tiling * discovered in 2023. + * + * Resources about the tiling from its discoverers: + * https://cs.uwaterloo.ca/~csk/spectre/ + * https://arxiv.org/abs/2305.17743 + * + * Writeup of the generation algorithm: + * https://www.chiark.greenend.org.uk/~sgtatham/quasiblog/aperiodic-spectre/ */ #include