ひさだん's banner
ひさだん's profile picture

ひさだん

@hisadan3,171 subscribers

ただのホビープログラマ。Processingで思いつくままにショートコーディング。日々の出来事とか読んだ本の感想などの自分用のライフログはblueskyの方に移りました。こっちはProcessing中心で。

Shorts

//#Processing int n=30000,i; float a[]=new float[n*2],t; void setup(){ size(800,800,P3D); for(i=0;i<n;i++){ a[i]=random(5000);a[i+n]=random(TAU);}} void draw(){ background(#102050); camera(900,0,700,0,0,0,0,0,-1); strokeWeight(3); for(i=0;i<n;i++){ stroke(-1,1e5/a[i]); //cont.

//#Processing int n=30000,i; float a[]=new float[n*2],t; void setup(){ size(800,800,P3D); for(i=0;i<n;i++){ a[i]=random(5000);a[i+n]=random(TAU);}} void draw(){ background(#102050); camera(900,0,700,0,0,0,0,0,-1); strokeWeight(3); for(i=0;i<n;i++){ stroke(-1,1e5/a[i]); //cont.

27,339 görüntüleme

Videos

Daha fazla içerik yok.