Daily Creative Coding

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

2017-03-05から1日間の記事一覧

歪んだパーリンノイズ

/** * distorted perline noise * * @author aadebdeb * @date 2017/03/05 */ function keyPressed(){ saveCanvas("image.jpg", "jpg"); } function setup() { createCanvas(windowWidth, windowHeight); mousePressed(); } function mousePressed() { backg…