Created
September 8, 2024 09:07
-
-
Save beryann/5794a77ef0e7b7b7df6661353c32e1ad to your computer and use it in GitHub Desktop.
A Hydra 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.1, 10) | |
.colorama(0.1) | |
.repeat(3, 3) | |
.rotate(1,0.2) | |
.saturate(1) | |
.pixelate(50, 50) | |
.out(o0) | |
render(o0) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment