Daily Creative Coding

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

2016-05-29から1日間の記事一覧

菊の花

/** * flower of chrysanthemum * * @author aa_debdeb * @date 2016/05/29 */ float gray; float grayStep; float offset1, offset2; void setup(){ size(500, 500); background(0); gray = 128; grayStep = 0.5; offset1 = random(10000); offset2 = rando…