2017-07-31から1日間の記事一覧

ramdom_rotate_lines02

void setup() { size(500, 500); colorMode(HSB, 360, 100, 100, 100); background(0, 0, 100); strokeWeight(1); smooth(); frameRate(5); } void draw() { int xstep = 1; int ystep = 50; float lastx = -999; float lasty = -999; float ynoise = random…