@fewlinesofcode I wonder if they are each random, or if each square gets a random number of ‘decorations’. I also notice that the purple shapes don’t have a stroke outline, so the purple all bleeds together.
@fewlinesofcode This one looks like a square grid with extra shapes layered on each square. I see small circles in the center, half and quarter circles on edges and corners.
@c010011012 The base hexes are something like this. The arcs are drawn between adjacent midpoints, but isn’t a pure arc. I don’t remember what I used, just some trig function to connect. It has an internal param that varies between ‘almost straight’ to ‘almost hyperbola’
@c010011012 In the green one, i added a sin wave to the param, so it changes with both x and t. Used a framework called canvas-sketch for the animation
@c010011012 You can see it better in https://t.co/RIZsfUtaKZ truchet tiles on a hex grid, with a parameter to draw the lines. 0 gives the circle version, and 1 is the ‘angular version’. The parameter varies over time.