Namtar

Mar 13, 2026

#noisedeck

search filter, mixer, synth

perlin()
  .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.55)
  .bulge(strength: 51.61, rotation: 28.75)
  .lighting(
    normalStrength: 0.26,
    smoothing: 9.447,
    diffuseColor: #40bd0aff,
    specularColor: #ce7d5eff,
    specularIntensity: 0.761,
    shininess: 241.086,
    ambientColor: #0183d4ff,
    lightDirection: vec3(0.45, 0.12, 0.108),
    reflection: 53.912,
    refraction: 49.676,
    aberration: 67.98
  )
  .palette(index: sherbet)
  .dither(
    type: crosshatch,
    threshold: -0.5,
    palette: commodore64
  )
  .bc(brightness: 1.55, contrast: 0.48)
  .bloom(threshold: 0.75, tint: #ff7224ff)
  .grade(preset: bleachBypass)
  .write(o1)

render(o1)

← Index