Created
November 6, 2024 08:44
-
-
Save beryann/239893b6b462fd56a2034841c475549a to your computer and use it in GitHub Desktop.
Rotating Forms in Hydra video synth
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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