Namtar

Mar 12, 2026

#noisedeck

search filter, synth

gabor(
  scale: 20.286,
  orientation: -116.384,
  bandwidth: 71.047,
  isotropy: 85.034,
  density: 1,
  octaves: 3,
  speed: 3,
  seed: 10,
  colorMode: mono
)
  .bulge(strength: 100)
  .spiral(strength: 0, wrap: repeat)
  .warp(strength: 29, rotation: 71.99)
  .dither(
    type: bayer8x8,
    matrixScale: 1,
    threshold: 0.419,
    palette: commodore64,
    mix: 0.24
  )
  .dither(
    type: bayer2x2,
    matrixScale: 1,
    threshold: 0.471,
    palette: pico8,
    mix: 0.49
  )
  .reindex(displacement: 0.03)
  .grade(preset: bleachBypass)
  .write(o0)

render(o0)

← Index