Fernando Jerezさんのプロフィール画像

Fernando Jerezさんのイラストまとめ


Bad seed, wrong RNG.

Generative art, 3D printing, and random stuff.
Artblocks, Hodlers, Braindrops, Highlight, Fxhash...
fernandojerez.com

フォロー数:1877 フォロワー数:4109

2 years ago I made this procedural drawing tool.
No drawing skills required 😆

Draw your own Mandala here:
https://t.co/uuvFHKXzFZ

0 4


Thanks
0xD9Ba9Efc69BDBAb198587f91B412Ae2c83298ef0
for collecting Stations.

I hope you like your 'Origins' gift
https://t.co/JAOTiMR2eo

+info: https://t.co/yfJcjQetkd

0 3

Confrats 'neffnet' and thanks for collecting Stations, just sent your Origins NFT. Hope you like it

Giveaway info: https://t.co/yfJcjQetkd

0 4

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)}

0 27

14. Something that you'd never make: 3d-print this tree 🌴

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);}}}

1 18

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();}

10 109

Made with Processing () + HE_Mesh library (thanks ) for Isosurface and STL export.

0 7

Made some new variations on the 'Procedural Trucks'.

3 23

Worked a bit in the "Truck generator", A.K.A. Traffic Jam Generator.
TODO:more variations, optimize geometry for debug bugged bugs.... drink some beers, cook a chicken in the oven, buy toilet paper....
WFC algorithm implemented with

8 38