Skip to content

Instantly share code, notes, and snippets.

@beryann
Created November 12, 2024 10:35
Show Gist options
  • Save beryann/aa2213d34630f180babada30c07b2968 to your computer and use it in GitHub Desktop.
Save beryann/aa2213d34630f180babada30c07b2968 to your computer and use it in GitHub Desktop.
"Unknown form" with Hydra video synth
src(s0)
shape(3, 0.01, 0.5)
.colorama(20)
.saturate(() => Math.sin(time * 30))
.modulate(noise(4), 0.5)
.colorama(2)
.luma(0.5, 0.4)
.scale(0.7)
.diff(gradient(4), 0.5)
.out(o0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment