Daily Creative Coding

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

2016-08-28から1日間の記事一覧

中心に集中する線

/** * lines to center * * @author aa_debdeb * @date 2016/08/28 */ ArrayList<Particle> particles; void setup(){ size(500, 500); colorMode(HSB, 360, 100, 100); particles = new ArrayList<Particle>(); strokeWeight(2); } void draw(){ background(0, 100, 0); transla</particle></particle>…