#GenerativeArt interlude
More fun with integer sequences
Triangular Truchet tiling with integer sequences driving things
Flip sequence determines whether hypoteneuse runs down from left or up; swap sequence determines whether the pattern lays out from left or right.
Colour sequences determine colour advancement horizontally and vertically.
Loops
#GenerativeArt interlude
More fun with OEIS integer sequences.
Today we'll make some pseudospirals: a sequence of arcs with 90 degree turns in between, where the radii are driven off a sequence. Arcs may have a gain function applied. Negative radii flip direction.
A200437: Number of -n..n arrays x(0..9) of 10 elements with zero sum and no two or three adjacent elements summing to zero
Sequence negation (every 17th), no gain
#GenerativeArt interlude
Loops
1. Download sequence data from OEIS.org
2. Pick a random one
3. Take seq mod k to determine a turning angle from -90 to 90
4. Walk the sequence
Here we have k=5
A111569: a(n) = a(n-1)+a(n-3)+a(n-4) for n>3, a(0)=-1, a(1)=1, a(2)= 2 a(3)=1
5 angles
#GenerativeArt interlude
Today we take the fractal arc waves and take them on a little trip along smooth meanders
#GenerativeArt interlude
Spiky
Taking the fractal arc-circle waves from the last set and rotating them around the center
#GenerativeArt interlude
Experimenting with curved hachures
Here: some Delaunay triangles over some points with a little symmetry
#GenerativeArt interlude
Trail map in the karstlands
Some adjustments to the noise function, a small fix/tweak to the contouring, some experimentation with different colour palettes and numbers of contours, la voilà
#GenerativeArt interlude
Rather disturbing
This is not at all what I was aiming for, I can tell you that
Not. At. All.
#GenerativeArt interlude
Maze meets tilings
With a side-order of some optical illusion thrown in: I keep seeing shades of grey
Flash sale is up a little early: https://www.saxonica.com/shop/shop.xml #Saxonica #XSLT #XQuery
#GenerativeArt interlude
#genuary2025 Day 29: grid
An excuse to play with more optical illusions. Those black dots you see flitting through the grid? Those bright regions you see in the centers of the crosses? No you don't.
#GenerativeArt interlude
#genuary2025 Day 27: Something interesting with no randomness or noise or trig
Using a couple of interesting integer sequences to drive colours and sizes
Here Fibonacci (oeis.org A000045) and mirrored Hamming weight (oeis.org A000120)
#GenerativeArt interlude
#genuary2025 Day 26: Symmetry and Day 24: One geometric shape (nothing but circles)
Reflections reflecting the reflections of the intersection reflections