AESTHETIC Cube Glitch Pot
myminifactory
I think generative art is super cool but I haven't really spent the time to get into it until now. Here's an experiment with random cuboids bound by a "distance from center" envelope. Printed at 1/2 scale because it's a big-print and I wanted to chew up some of the filament scraps I had lying around. Here's the OpenSCAD code (I didn't record the seed of the ones that are uploaded, sorry!): width = 100; height = 100; sub = 4; zee = 20; small = 5; seed = 3929232487; union() { for(c=[0:199]) { allrandos = rands(0,1,5,seed+c); x = width * allrandos[0]; y = height * allrandos[1]; vect = [x,y,0]; centdist = norm([(width/2)-x, (height/2)-y, 0]); cx = small + allrandos[3] * (width/sub); cy = small + allrandos[3] * (height/sub); cz = small + allrandos[3] * norm(vect); translate(vect) color([rands(0,1,1)[0], rands(0,1,1)[0], rands(0,1,1)[0]]) cube(size=[cx,cy,pow(centdist,1.1)]); } }
With this file you will be able to print AESTHETIC Cube Glitch Pot with your 3D printer. Click on the button and save the file on your computer to work, edit or customize your design. You can also find more 3D designs for printers on AESTHETIC Cube Glitch Pot.