aboutsummaryrefslogtreecommitdiff
path: root/hat.c (unfollow)
Commit message (Expand)Author
2023-04-10Reference my just-published article about aperiodic tilings.Simon Tatham
2023-04-06Fall back to <math.h> if <tgmath.h> doesn't work.Simon Tatham
2023-04-04Replace <math.h> with <tgmath.h> throughoutBen Harris
2023-04-02Move hat-test into its own source file.Simon Tatham
2023-03-31hat-test: option to generate four-coloured hat tilings.Simon Tatham
2023-03-30hat-test: allow choosing a random number seed.Simon Tatham
2023-03-30Hats: choose the tiling's starting hat more uniformly.Simon Tatham
2023-03-30Hats: factor out the parent-choosing system.Simon Tatham
2023-03-28hat-test: alternative data output mode to write Python.Simon Tatham
2023-03-28hat-test: allow specifying tiling size on the command line.Simon Tatham
2023-03-28Hats tiling: make hat-test draw each hat in one go.Simon Tatham
2023-03-28Hats tiling: more uniform parent selection.Simon Tatham
2023-03-27Fix references to the renamed 'auxiliary' directory.Simon Tatham
2023-03-26Loopy / grid.c: new grid type, 'Hats'.Simon Tatham