Daily Creative Coding

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

2017-02-24から1日間の記事一覧

光の束

/** * fiber lights * * @author aadebdeb * @date 2017/02/24 */ function setup() { createCanvas(windowWidth, windowHeight); colorMode(HSB, 360, 100, 100, 255); frameRate(10); background(0, 100, 0); } function draw() { blendMode(BLEND); fill(…