# MinaCoding2026_Process

# GlitchyFluids

**For *MinaCoding2026*** `Day 15: Rotation, Day 16: Glitch, Day 20: Process, Day 28: Fluid`**, GlitchyFluids** is a **#HydraVideoSynth** Coded Visual Poem sketch of the different motions that can occur and shows the livecoded process

## Video

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

  

## Code

```javascript
osc(1,2,3).modulateRotate(noise(1,3,3).colorama(0.5).rotate(()=> ((time % 30) * 5))).luma(0.4).scale(0.475).colorama(0.5).repeat(()=> (time % 30)/11,()=> (time % 30)/17).out()

speed = 0.44

```
