Namtar

Mar 13, 2026

#noisedeck

search filter, mixer, synth

subdivide(speed: 11)
  .dither(
    type: bayer8x8,
    matrixScale: 1,
    threshold: 0.464,
    palette: amberMonitor,
    mix: 0.112
  )
  .flipMirror(mode: none)
  .write(o0)

testPattern(pattern: gradient, gridSize: 14)
  .distortion(
    tex: read(o0),
    mapSource: sourceA,
    intensity: 51.588,
    wrap: repeat,
    smoothing: 100,
    aberration: 3.651
  )
  .dither(
    type: crosshatch,
    matrixScale: 7,
    threshold: 0.012,
    palette: zxSpectrum
  )
  .zoomBlur(strength: 0.46)
  .distortion(
    tex: read(o0),
    mode: displace,
    intensity: 23.23,
    smoothing: 100
  )
  .bulge(strength: 51.61, rotation: 28.75)
  .lighting(
    normalStrength: 0.26,
    smoothing: 9.447,
    diffuseColor: #40bd0a,
    specularColor: #ce7d5e,
    specularIntensity: 0.761,
    shininess: 241.086,
    ambientColor: #0183d4,
    lightDirection: vec3(0.45, 0.12, 0.108),
    reflection: 53.912,
    refraction: 49.676,
    aberration: 67.98
  )
  .palette(index: tungsten, offset: 32)
  .dither(
    type: crosshatch,
    threshold: -0.5,
    palette: commodore64
  )
  .bc(brightness: 2.22, contrast: 0.17)
  .bloom(
    threshold: 0.75,
    intensity: 1.35,
    tint: #7ee1ff
  )
  .grade(preset: bleachBypass)
  .write(o1)

render(o1)

← Index