Daily Creative Coding

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

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

追うパーティクル、追われるパーティクル

/** * Following Particles, Followed Particles * * @author aa_debdeb * @date 2016/02/29 */ int PARTICLE_NUM = 1000; float PARTICLE_RADIOUS = 1.5; float PARTICLE_MAX_SPEED = 10.0; float PARTICLE_MAX_ACCELERATION = 1.0; float PARTICLE_SPEED_V…