💾 Archived View for heavysquare.com › visuals › 0113.txt captured on 2021-12-03 at 14:04:38.

View Raw

More Information

-=-=-=-=-=-=-

// https://hydra.ojack.xyz/

osc(1)
  .posterize(8)
  .diff(
    gradient()
    .modulate(o0)
    .rotate()
    .posterize()
    .kaleid(5)
    .diff(src(o0))
    .modulate(o0)
    .posterize())
  .out(o0)

render(o0)