Skip to content

Instantly share code, notes, and snippets.

@beryann
Created November 14, 2024 08:48
Show Gist options
  • Save beryann/40173455bfbaadf28b67045a9fa42a36 to your computer and use it in GitHub Desktop.
Save beryann/40173455bfbaadf28b67045a9fa42a36 to your computer and use it in GitHub Desktop.
Simplifications numériques in hydra video synth
speed = 0.005
osc(50, 0.5, 2)
.modulatePixelate(osc(10), 10)
.luma(0.5,0.1)
.colorama(-0.1)
.scale(10)
.kaleid(10,10)
.posterize()
.pixelate([100,40,20,70].fast(0.25))
.saturate(() => Math.sin(time) * 20)
.scale(4)
.scrollX(0.1)
.out()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment