Daily Creative Coding

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

2016-10-27から1日間の記事一覧

白黒の星空

starry sky in black and white - OpenProcessing /** * starry sky in black and white * * @author aa_debdeb * @date 2016/10/27 */ void setup(){ size(640, 640); mousePressed(); } void mousePressed(){ PVector offset = new PVector(random(10000),…