【Processing】曼荼羅

曼荼羅 #Processing pic.twitter.com/u5D0L181CV — 94 (@_94_94) 2018年2月17日 int a = int(random(10)); //フレームレート void setup(){ size(800,800); background(255); frameRate(a); //フレームごとに更新 } void draw(){ background(255); for(int i = 50; i > 0; i-- ){ float b = int(random(4));//4択 float c …