Created
November 14, 2024 08:48
-
-
Save beryann/40173455bfbaadf28b67045a9fa42a36 to your computer and use it in GitHub Desktop.
Simplifications numériques 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.005 | |
osc(50, 0.5, 2) | |
.modulatePixelate(osc(10), 10) | |
.luma(0.5,0.1) | |
.colorama(-0.1) | |
.scale(10) | |
.kaleid(10,10) | |
.posterize() | |
.pixelate([100,40,20,70].fast(0.25)) | |
.saturate(() => Math.sin(time) * 20) | |
.scale(4) | |
.scrollX(0.1) | |
.out() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment