# MinaCoding2025_ScreenSaver

# **ScreenAlmostSaved**

**For *MinaCoding2025* Prompt 22: ScreenSaver, *ScreenAlmostSaved* i**s coded through layered **HydraVideoSynth** sketches

##   
Poem

```ocaml
Moving along the width
Along the length
Adding to the myth
For that is the strength
```

## Video

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

## Code

```javascript
osc(1,1,1).luma(0.3).
modulateKaleid(noise(1,1,1).posterize(4,3).scale([0.5,1,2,4].smooth(),[1,4,5,2,3,1].smooth(),[3,2,1].
smooth())).scrollY(0.5,0.5).repeat(()=> (time % 15 +1)/5).pixelate(50,50).posterize(3,1).
modulateRotate(voronoi(3,1,1)).out()

speed = 0.5
```
