# Mathober2025_Odious

# OdiousGrids

For my 6th sketch of Mathober2025 coded in #***HydraVideoSynth,* OdiousGrids** takes the **22nd** prompt**: Odious**  and uses the various Odious numbers to control the effects  

## Poetry

```ocaml
The Numbers Speak onto the Screen
Where they go weave in between
Waiting to be Seen
```

## Video

%[https://youtu.be/70jdcgWl1t8] 

## Code

```javascript
odious = [1, 2, 4, 7, 8, 11, 13, 14, 16, 19, 21, 22, 25, 26, 28, 31, 32, 35, 37, 38]

voronoi(odious.smooth(),odious.slice(3, 6),odious.slice(0, 5).smooth()).
add(noise(odious).pixelate(odious.slice(7,9).smooth())).out()
```
