# MinaCoding2025_Unfinished

# **UnfinishedTilings**

  
**For *MinaCoding2025* Prompt 25: Unfinished, *UnfinishedTilings* i**s coded through a soon to be finished **HydraVideoSynth** sketch

## Poem

```javascript
The grid of the Tiling
The flow of the Styling
The growth within the Grid
For more shall pop out the Lid
```

## Video

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

## Code

```javascript



osc(3,1,1).colorama().modulateRotate(osc(3,1,1).colorama().pixelate(50,50).
scale(()=> (time % 40 + 1)/10)).kaleid(4).scrollX(0.5).repeat(3,3).scale(0.5).
rotate(()=> time % 170 + 1).out()

speed = 0.145
```
