Last active
July 25, 2019 01:53
-
-
Save munshkr/bd2fb087b4860a85923d5b8d17d9857a to your computer and use it in GitHub Desktop.
#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
// 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