Skip to content

Instantly share code, notes, and snippets.

@beryann
Created November 6, 2024 08:44
Show Gist options
  • Save beryann/239893b6b462fd56a2034841c475549a to your computer and use it in GitHub Desktop.
Save beryann/239893b6b462fd56a2034841c475549a to your computer and use it in GitHub Desktop.
Rotating Forms in Hydra video synth
speed = 0.5
gradient(0.25)
.diff(noise(), ()=>Math.sin(time))
.colorama(2)
.mult(shape(2))
.mult(shape(()=>Math.sin(time)*5))
.saturate(5)
.rotate(() => time%360 )
.out(o0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment