Daily Creative Coding

元「30 min. Processing」。毎日、Creative Codingします。

2016-09-23から1日間の記事一覧

線のジャングル

/** * abstract jungle * * @author aa_debdeb * @date 2016/09/23 */ PVector loc; PVector vel; float theta; float len; int lineStep; color c; void setup(){ size(500, 500); background(143, 188, 143); strokeWeight(2); setMover(); } void mousePr…