Skip to main content

Command Palette

Search for a command to run...

Genuary2026_Bauhaus2

More Pixelation

Updated
1 min read
Genuary2026_Bauhaus2

PosterPatches

The prompt for Genuary2026 Day 21 is Bauhaus

PosterPatches is inspired by Anni Albers (Part of Bauhaus) by coding it in LiveCodeLab & Hydravideosynth

Poem

Pixelation on Patterns
Placing emphasis on Splatters
Of the colors with the Pixels
As they move and swivel

Video

Code

LiveCodeLab

background


25 times with i
    scale 0.9
    rotate 
    stroke black
    move 0.1
    box i/20, i/35, i

HydraVideoSynth

s0.initScreen()

src(s0).
pixelate(15,15).
scale([1.05,0.95,0.85,1.25].smooth()).
scrollX(0.75,0.25).
blend(src(s0).pixelate(15,15).scrollX(-0.75,0.25).
colorama(()=> (time % 10 +1)/10)).rotate(()=> time % 17).out()

speed = 0.25