Daily Creative Coding

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

2016-11-20から1日間の記事一覧

イージングで飛び出る円

/** * easing test * * @author aa_debdeb * @date 2016/11/20 */ float time = 0; float duration = 200; ArrayList<Circle> circles; color c1, c2; void setup(){ size(640, 640); mousePressed(); } void draw(){ translate(width / 2, height / 2); background(</circle>…