Namtar

Feb 3, 2026

#moire #noisedeck

search synth, filter, render, points, mixer

osc2d(
  oscType: oscType.sawtoothInv,
  frequency: 32,
  speed: 5.72,
  rotation: 98,
  seed: 889
)
  .polar(
    mode: vortex,
    scale: 2,
    rotation: 1.4,
    speed: 0.2
  )
  .subchain(name: "attractor", id: "uwgd") {
    .pointsEmit(
      stateSize: x512,
      layout: spiral,
      seed: 36.341,
      attrition: 5.725,
      resetState: true
    )
    .attractor(attractor: rossler, speed: 1.143)
    .pointsRender(
      density: 13.782,
      intensity: 52.596,
      inputIntensity: 72.356,
      rotateX: 6.077,
      rotateY: 0.682,
      rotateZ: 5.123,
      viewScale: 1.894,
      posX: -0.783,
      posY: -30.25,
      matteOpacity: 0.747
    )
  }
  .blendMode(
    tex: read(o1),
    mode: exclusion,
    mixAmt: 2.42
  )
  .emboss(amount: 0.1, _skip: true)
  .lighting(
    normalStrength: 2.72,
    smoothing: 9.8,
    ambientColor: #1c2e2f
  )
  .write(o0)

shape(loopAOffset: circle)
  .write(o1)

render(o0)

← Index