Created
November 13, 2024 09:13
-
-
Save beryann/ab6c0787ea2e4c6a76127288312760a4 to your computer and use it in GitHub Desktop.
Galaxies fugitives 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
speed = 1.5 | |
noise(10) | |
.color(() => Math.sin(time), 0.3, 0.9) | |
.modulate(gradient(), 0.2) | |
.luma(0.5, 0.3) | |
.modulate(gradient(0.8)) | |
.colorama(-20) | |
.scale(3) | |
.out() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment