NaPoWriMo+GenMo2026_ Quatrain
4 Line Code
Published
•1 min read
Pre-Bloblish
For my 20th Poem of NaPoWriMo / NaPoGenMo 2026 , "SkyThoughts" coded in HydraVideoSynth and takes the form of a quatrain (Any Poem with four lines).
Video
Code
noise(1,2,3).pixelate(() => (time % 100)*2,()=> (time % 100)*3).scale(()=> Math.sin(time % 9 + 1)/4). //line 1
blend(osc(0.5,0.5,3).repeat(() => (time % 100)*2,()=> (time % 100)*3)).scrollX(()=> Math.sin(time % 17)). // line 2
add(voronoi(0.5,1,2).colorama([0.4,0.2,0.1,0.2,0.4].smooth()).scale([0.5,0.25,0.3].smooth())).out() // line 3
speed = 0.14 // line 4



