#GenerativeArt interlude
Bonus #Caturday content
Halki in her bowl
Luminosity of sampled pixel => zagginess of the zig
#GenerativeArt interlude
Bonus #Caturday content
Halki in her bowl
Luminosity of sampled pixel => zagginess of the zig
#GenerativeArt interlude
Textures
8x8 grids with colour and density of symmetric pattern driven by fractal noise
#GenerativeArt interlude
Nothing like a nice little mutation function to liven things up
#GenerativeArt interlude
More fun with open venation patterns, using different kinds of shapes as to lay out the attraction targets
Frost flowers.
Based on a random tiling.
#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
I was working on a technical paper and got a little bored... a little bit of image hackery and a late entry for #Caturday I suppose
#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