Skip to content

Instantly share code, notes, and snippets.

@munshkr
Last active July 25, 2019 01:53
Show Gist options
  • Save munshkr/bd2fb087b4860a85923d5b8d17d9857a to your computer and use it in GitHub Desktop.
Save munshkr/bd2fb087b4860a85923d5b8d17d9857a to your computer and use it in GitHub Desktop.
#hydra
// moire
// by Olivia Jack
// twitter: @_ojack_
let pattern = () => osc(200, 0).kaleid(200).scale(1, 0.4)
//
pattern()
.scrollX(0.1, 0.01)
.mult(pattern())
.out()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment