Skip to main content

Command Palette

Search for a command to run...

MinaCoding2025_Morning

More Nonnets

Updated
1 min read
MinaCoding2025_Morning

NonnetingInHydra

For MinaCoding2025 Prompt 5: Coding in Morning , NonnetingInHydra is coded as a 10 line Nonnet (a nine-line poem with a specific syllable structure: 9, 8, 7, 6, 5, 4, 3, 2, 1**) in Hydra** during an early morning thinking phase.

Video

Code/Nonnet

osc(1,2,1).pixelate(12).
modulateRepeat(noise(5,4,3)).
modulateRotate(osc()).
kaleid([1,2,3,4].smooth).
diff(osc(3,1)).
scrollY([1,2].smooth()).
colorama().
repeat(2).
luma().
out()

MinaCoding2025

Part 36 of 40

Submissions for MinaCoding 2025: https://minacoding.online/theme

Up next

MinaCoding2025_Random

Different Random Functions Involved