Created
September 12, 2024 06:49
-
-
Save beryann/4bc2823d278cca31889b93ca37f83eac to your computer and use it in GitHub Desktop.
A Hydra four colorful windows sketch!
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,0.2,1.236) | |
.kaleid() | |
.rotate(0.8) | |
.invert() | |
.out(o0) | |
osc(10,0.2,2.589) | |
.kaleid() | |
.rotate(0.8) | |
.out(o1) | |
src(o0).blend(o1).out(o2) | |
src(o1).blend(o2).out(o3) | |
render() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment