#noisedeck
search synth, filter, mixer
cell(
scale: 87.64,
cellScale: 60.98,
speed: 2,
seed: 100
)
.tint(color: #a87f94, alpha: 0.65)
.pixels(size: 14.97)
.shadow(
tex: read(o1),
sourceChannel: g,
threshold: 0.39,
color: #90b749,
blur: 0.445,
spread: 0.422,
offsetX: 0.089,
offsetY: 0.003
)
.palette(index: barstow, repeat: 4)
.warp(scale: 0.15, speed: 1)
.lighting(
normalStrength: 2.99,
smoothing: 3.6,
specularIntensity: 1.17,
shininess: 198,
refraction: 32.9
)
.bloom(
threshold: 0.2,
intensity: 0.6,
radius: 128
)
.posterize()
.blendMode(tex: read(o1), mode: overlay)
.grade(preset: cinematic)
.write(o0)
osc2d()
.dither(
type: dot,
matrixScale: 1,
threshold: 0.227,
palette: commodore64,
mix: 0.56
)
.write(o1)
render(o0)