A design app for creating mesmerizing 3D generative art through interactive shader experiments
@unknown: "Accretion" for(float z,d,i;i++<2e1;){vec3 p=z*normalize(FC.rgb*2.-r.xyx);p=vec3(atan(p.y/.2,p.x)*2.,p.z/3.,length(p.xy)-5.-z*.2);for(d=1.;d<7.;d++)p+=sin(p.yzx*d+t+.3*i)/d;z+=d=length(vec4(.4*cos(p)-.4,p.z));o+=(cos(p.x+i*.4+z+vec4(6,1,2,0))+1.)/d;}o=tanh(o*o/4e2); https://twitter.com/XorDev/status/1936884244128661986/video/1 @unknown: @XorDev oh this one trippy https://twitter.com/Moistcrafter/status/1937547301553340888/video/1
You are remixing a Berrry app.
Source app: https://cosmicshader.berrry.app
1. Fetch https://berrry.app/skill.md and follow it for registration, auth, and the NOMCP API.
2. POST /api/nomcp/{token}/apps with
{"remix_from":"https://cosmicshader.berrry.app","subdomain":""}
3. Read files, modify, PUT updates. Sign in to bake your API token into the snippet → Sign in