aboutsummaryrefslogtreecommitdiff
path: root/penrose.c
diff options
context:
space:
mode:
Diffstat (limited to 'penrose.c')
-rw-r--r--penrose.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/penrose.c b/penrose.c
index 4d2a740..1c45ddb 100644
--- a/penrose.c
+++ b/penrose.c
@@ -2,9 +2,10 @@
*
* Penrose tile generator.
*
- * Uses half-tile technique outlined on:
+ * Works by choosing a small patch from a recursively expanded large
+ * region of tiling, using one of the two algorithms described at
*
- * http://tartarus.org/simon/20110412-penrose/penrose.xhtml
+ * https://www.chiark.greenend.org.uk/~sgtatham/quasiblog/aperiodic-tilings/
*/
#include <assert.h>