Created
May 22, 2023 00:41
-
-
Save march213/2b5a5d69a0c7c53970ff4d7f86d2660c to your computer and use it in GitHub Desktop.
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
osc(10,1) | |
.modulate(noise(1),.22) | |
.diff(o0) | |
.modulateScrollY( | |
osc(10).modulate(osc(1).rotate(), 0.1) | |
) | |
.modulateScrollX(osc(0.1, 1), 1) | |
.scale(.4).color(0.5,1.2,1) | |
.out() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment