#GenerativeArt interlude

An experiment in folded shading

#XQuery #SVG #CreatingCoding

#GenerativeArt interlude

WIP

A circle meets a square and they start reflecting on each other's areas of overlap

#XQuery #SVG #CreatingCoding

#GenerativeArt interlude

The pseudo-architecture becomes pseudo-engineering: rotating a path through the third dimension instead of extruding it into the third dimension

#XQuery #SVG #CreatingCoding

#GenerativeArt interlude

Line fractals

Take a sequence of angles and line lengths and a starting edge.
Starting at the start of the edge follow a path of the angles and lengths (scaled by the length of the edge). Recurse on new edges.

There are a lot of possible variations and I've been having a lot of fun with it.

Here the sequence of turns and angles creates paired "L" shapes that fill space. Colouring is by breaking path into chunks and filling each chunk.

#XQuery #SVG #CreatingCoding