Daily Creative Coding

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

2015-10-16から1日間の記事一覧

波打つ花

/** * Billowing Flower * * @author aa_debdeb * @date 2015/10/16 */ float radious1 = 200, radious2 = 100; void setup(){ size(500, 500); smooth(); // frameRate(24); background(0); } void draw(){ noStroke(); fill(0, 50); rect(-1, -1, width + …