Last active
July 25, 2019 01:51
-
-
Save munshkr/ec0d6ecb424d2a2a5c307bf3479b7e1f to your computer and use it in GitHub Desktop.
another test, by @flordefuego4 #hydra
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
// by @flordefuego4 | |
osc(10,0.5,0.2).color(1,0.2,1).modulate(o0) | |
.modulate(osc(10).kaleid(100)) | |
.modulateRotate(osc(10).kaleid(100)) | |
.mult(shape(200,0,1.5).scale(0.7,0.5)) | |
.add(src(o0).scale(0.8),0.5) | |
.modulate(src(o0).scrollX(()=>Math.tan(0.1*time)*2),0.1) | |
.modulate(o0) | |
.out() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment