Skip to main content

Command Palette

Search for a command to run...

NaPoWriMo+GenMo2025_EchoedWords

Echoing Poems through Code

Updated
1 min read
NaPoWriMo+GenMo2025_EchoedWords

EchoedWords

For the 3rd entry of Poems for NaPoWriMo/ NaPoGenMo 2025, the Hydra code with aid from OBS visualizes and distorts the poem to represent a distorted echo of the words. The additional sounds were coded in SonicPi.

Poem

The Words Start to Echo
With their pace
Own space
Own room to roam
To speak
To elevate
To teach

Video

Hydra Code

s1.initScreen()

src(s1).scale(1.6).invert().colorama(()=> (time % 20 / 20 + 0.1)).
luma([0.5,0.3,0.1,0.74,0.34].smooth()).modulateScrollY(src(s1).scrollX([0.25,0.75],[0.15,-0.15].smooth()).
scrollX([0.15,0.15],[0.05,-0.05].smooth())).out()


speed = 0.087