NaPoWriMo+GenMo2026_Cinquain
Sky and Math
Published
•1 min read
SkyThoughts
For my 5th Poem of NaPoWriMo / NaPoGenMo 2026 , "SkyThoughts" coded in HydraVideoSynth and takes the form of a Cinquain (Any Poem with five lines).
Poem
The thoughts of the Sky
The Specs that gather in our mind
when we look up with our eyes
to the light and their rise
to the brightness and the size
Images
HydraVideoSynth Code
osc(1,1,2).pixelate(50,50).repeat(()=> (time % 40)/7,()=> (time % 30)/7).
mask(noise(1,2,1).colorama().pixelate(50,50).luma([0.71,0.81,0.91,0.45].smooth()),0.75).
diff(voronoi(25,1,2).luma(0.6).scale([0.75,1,1.25].smooth()),0.75).
modulateRotate(osc(1,1,2).pixelate(50,50).scale(()=> time % 370)).
out()



