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