# 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

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

## Video

%[https://youtu.be/RXEcMpthYl4] 

## Code

### LiveCodeLab

```javascript
background


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

### HydraVideoSynth

```javascript
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
```
