//=time() ?>
2 years ago I made this procedural drawing tool.
No drawing skills required 😆
Draw your own Mandala here:
https://t.co/uuvFHKXzFZ
#mandalomatic
#69/100
Thanks
0xD9Ba9Efc69BDBAb198587f91B412Ae2c83298ef0
for collecting Stations.
I hope you like your 'Origins' gift
https://t.co/JAOTiMR2eo
+info: https://t.co/yfJcjQetkd
#StationsOrigins #NFTGiveaway
#14/100 Confrats 'neffnet' and thanks for collecting Stations, just sent your Origins NFT. Hope you like it
Giveaway info: https://t.co/yfJcjQetkd
#stationsorigins #NFTGiveaway #nftart
#genuary2022 21. Sol LeWitt + 3 Colors 🟧⬜️🟩
size(800,800);strokeWeight(8);int i=0,x,y,s,c[]={#15616d,#ffecd1,#ff7d00};while(i<999){x=y=18*(int)random(40);s=18+18*(int)random(9);fill(c[++i%3]);rect(0,y,800,s);rect(x,0,s,800);fill(c[++i%3]);rect(x,y,s,s)}
#genuary2022 14. Something that you'd never make: 3d-print this tree 🌴 #openscad
branch(20);module branch(s){if(s>2.5){cylinder(h=s*1.1,r1=s/4,r2=s/5);translate([0,0,s]){rotate([0,36,40])branch(s*.75);rotate([-30,-36,40])branch(s*.75);rotate([30,0,40])branch(s*.75);}}}
#genuary2022 Day 8 Single Curve
void setup(){size(800,800);noFill();background(255,255,200);stroke(150,50,50);float a=0,inc=.3,r,p,e=8;beginShape();while(a<900){r=a*.35;p=r/5;curveVertex(400+r*cos(a)-p*sin(a*e),400+r*sin(a)+p*cos(a*e));e+=.000004*cos(a/200);a+=inc;}endShape();}
Made with Processing (@ProcessingOrg) + HE_Mesh library (thanks @wblut) for Isosurface and STL export.
Made some new variations on the 'Procedural Trucks'. #wavefunctioncollapse
#proceduralweekend Worked a bit in the "Truck generator", A.K.A. Traffic Jam Generator.
TODO:more variations, optimize geometry for #3Dprinting, debug bugged bugs.... drink some beers, cook a chicken in the oven, buy toilet paper....
WFC algorithm implemented with #Processing