Created
November 12, 2024 10:35
-
-
Save beryann/aa2213d34630f180babada30c07b2968 to your computer and use it in GitHub Desktop.
"Unknown form" with 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
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