Skip to content

Instantly share code, notes, and snippets.

@beryann
Created November 1, 2024 09:27
Show Gist options
  • Save beryann/b0f3ea19289c7eb8995ef956c031fb1e to your computer and use it in GitHub Desktop.
Save beryann/b0f3ea19289c7eb8995ef956c031fb1e to your computer and use it in GitHub Desktop.
Digital chinese landscape seen in Hydra video synth
speed = 0.5
s0.initImage("https://upload.wikimedia.org/wikipedia/commons/thumb/4/42/Shaqi_jrvej.jpg/640px-Shaqi_jrvej.jpg")
src(s0)
feedbackIntensity = .3
src(s0).blend(s0).colorama(feedbackIntensity / 15)
.modulatePixelate(noise(25,0.5),400)
.saturate(10)
.out()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment