Created
May 26, 2023 13:02
-
-
Save march213/93d264348691821045b2fe34d4d5cbf4 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(60, 0.1) | |
.colorama(2) | |
.modulateScale(osc(() => Math.sin(time) + 10, 0.01)) | |
.kaleid(400) | |
.out(o0) | |
noise(20) | |
.modulate(o0, 0.1) | |
.add(gradient([1,2,4])) | |
.blend(o0) | |
.out(o1) | |
render(o1) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment