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.
This commit is contained in:
Simon Tatham
2023-06-17 11:11:26 +01:00
parent a33d9fad02
commit 86466959e8

View File

@ -1,6 +1,13 @@
/* /*
* Code to generate patches of the aperiodic 'spectre' tiling * Code to generate patches of the aperiodic 'spectre' tiling
* discovered in 2023. * 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 <assert.h> #include <assert.h>