# Mathober2025_Monotonic2

# OverLaidShards

For my 27th sketch of Mathober2025 coded in ***HydraVideoSynth,* OverLaidShards** takes the 12th prompt of **“Monotonic”** and uses a monotonic relationship to write the code as the amount of characters used decreases till the end.

## Poetry

```ocaml
Overlaid Shards
Crossing boundaries & Yards
Floating & Loading
As the shards are encoding

Video
```

## Video

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

## Code

```javascript
voronoi([1,2,3].smooth(),[0.15,0.10,0.05,0.01].smooth(),[1.1,2.2,3.3,2.4,1.3,1.2,0.1].smooth()).
blend(noise(1,2,3).modulatePixelate(osc(1,0.5,0.3)).kaleid(3).colorama()).
diff(noise(3,1,1).modulateRotate(voronoi())).
add(noise(0.5,1,0.2).color(1,0.5,0.25)).
out()
```
