SL/CE
by Stranger in the Q
April, 3, 12CT / 17GMT
Long-form generative artwork released by artblocks.io and hosted immutably on Ethereum blockchain.
About
This artwork explores Suprematism and generative composition, attempts to fill some gap between generated and constructed artworks.
It achieves composition by slicing simple shapes into pieces by some rules and testing them against a "bad composition detector", then carefully selecting colors for shapes.
Mint #0
Algorithm
Each iteration starts with selecting the simplest figure (circle, square, rectangles, trapezoid). then it is placed on the canvas according to specific rules, cut along one or more "slice lines", after which the parts can be shifted or removed. The process is repeated several times for several starting figures, after which the resulting composition is obtained. Then an "Bad composition detector" function comes into play, and if the composition is considered "bad", the pseudo-random composition process is repeated with partially different inputs until a "good composition" is obtained.
Bad composition detector
Function that takes into account and evaluates the size of the figures individually, the total area occupied by the figures, distribution of the figures on the canvas, the balance of emptiness and fullness.
All of these parameters are used to find those outcomes that seem to me to work poorly. It turns out there is a piece of me in this code.
Result
Looking at images, you can often see something in them, this effect is close to pareidolia, and I am very pleased that I was able to achieve this.
Extra
Each iteration is a unique generator with partially locked parameters.
Click or tap at the bottom half of image to get a new image. Click or tap at the top half of image to toggle autoplay mode.
PLEASE ENJOY!