For those looking to create patterns like these in real life, I've had some success describing aperiodic tiling expansion rules in PostScript: https://github.com/steiza/postscript_fractals From there you can send it to…
Many aperiodic tilings rely on "substitutions" which let you express very complicated patterns with some simple recursion. I've found this maps well to express them in programming languages, like PostScript (although…
You might enjoy http://tilings.math.uni-bielefeld.de/
For those looking to create patterns like these in real life, I've had some success describing aperiodic tiling expansion rules in PostScript: https://github.com/steiza/postscript_fractals From there you can send it to…
Many aperiodic tilings rely on "substitutions" which let you express very complicated patterns with some simple recursion. I've found this maps well to express them in programming languages, like PostScript (although…
You might enjoy http://tilings.math.uni-bielefeld.de/