Daily Creative Coding

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

2015-12-31から1日間の記事一覧

サイケデリック

/** * Psychedelia * * @author aa_debdeb * @date 2015/12/31 */ int rectNum = 200; ArrayList<Integer> colors; void setup(){ size(500, 500); rectMode(CENTER); colorMode(HSB, 360, 100, 100); noStroke(); frameRate(45); colors = new ArrayList<Integer>(); for(int </integer></integer>…