Skip to content

Instantly share code, notes, and snippets.

@dqgorelick
Last active November 1, 2021 20:30
Show Gist options
  • Save dqgorelick/4a2563f9903d07cabfc6a6b61bf44648 to your computer and use it in GitHub Desktop.
Save dqgorelick/4a2563f9903d07cabfc6a6b61bf44648 to your computer and use it in GitHub Desktop.
alice hydra sketch
osc(10, [0.2, 0.3, -0.3, -0.2].fast(0.002), [0.4,1].ease('sine').fast(0.05))
.rotate([Math.PI/2, Math.PI].fast(0.1))
.saturate(2)
.kaleid([1,2,1,2,20].fast(0.001))
.mask(shape(100, [0.5, 0.3, 1.5].fast(0.001), 0.3))
.pixelate([1,10000].ease('sine').fast(0.1))
.out()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment