Skip to main content

Command Palette

Search for a command to run...

NaPoWriMo+GenMo2026_ Quatrain

4 Line Code

Published
1 min read
NaPoWriMo+GenMo2026_ Quatrain

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

https://youtu.be/A8TTfhYAO4s

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 

NaPoGenMo X NaPoWriMo 2026

Part 1 of 20

More Poetic Journeys for the 2026 Edition of NaPoGenMo/NaPoWriMo

Up next

NaPoWriMo+GenMo2026_MatricePoem

Matrice Infused Poem