# MinaCoding2026_MoreEnergy

# Energetic Blobs

**For *MinaCoding2026,*** *Day 7: Energetic,* **Energetic Blobs** embodies Blobs releasing their energy through a ***HydraVideoSynth*** coded sketch.

## Poetry

```javascript
Blobs Moving
With tremendous energy
In their own journey
Through their own obstacles and grooving
These blobs are moving
None Slow as they are all in a Hurry
```

## Video

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

\]

## Code

```javascript

noise(1,2,1).colorama([0.3,0.9,0.7,0.1,0.2,0.9,0.6].smooth()).blend(noise(1,2,1).colorama([0.3,0.9,0.7,0.1,0.2,0.9,0.6].smooth()).scale([0.95,0.75,0.5,0.43,1,1.3,1,1.76])).blend(noise(1,2,1).colorama([0.73,0.69,0.57,0.41,0.32,0.29,0.16].smooth()).scale([1.95,3,0.75,4])).blend(noise(1,2,1).colorama([0.5,0.49,0.17,0.81,0.62,0.49,0.36].smooth()).scale([1.5,2,3,1.5,4,3,6,0.5])).pixelate(50,50).modulateRotate(noise(1,2,1).colorama([0.25,0.349,0.417,0.581,0.662,0.749,0.836].smooth()).scale([1.5,2,3,1.5,4,3,6,0.5])).out()

speed = 0.78
```
