💾 Archived View for heavysquare.com › visuals › 0113.txt captured on 2022-01-08 at 14:08:18.

View Raw

More Information

⬅️ Previous capture (2021-12-03)

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

// 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)