Skip to content

Instantly share code, notes, and snippets.

@munshkr
Last active July 25, 2019 01:51
Show Gist options
  • Save munshkr/ec0d6ecb424d2a2a5c307bf3479b7e1f to your computer and use it in GitHub Desktop.
Save munshkr/ec0d6ecb424d2a2a5c307bf3479b7e1f to your computer and use it in GitHub Desktop.
another test, by @flordefuego4 #hydra
// 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