Daily Creative Coding

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

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

網目

/** * Mesh Net * * @author aa_debdeb * @date 2016/02/24 */ ArrayList<PVector> positions; void setup(){ size(500, 500); frameRate(30); background(0); stroke(255, 100); positions = new ArrayList<PVector>(); } void draw(){ if(mousePressed){ float x = mouseX + </pvector></pvector>…