Particle System + Font Location openframeworks

[ Video ]

[ About ]
Fontから取得した座標のパーティクルを追加しました

I added particle of font location

[ Source ]

[ Link ]
https://github.com/junkiyoshi/Insta20180714

Particle System 20180713 openFrameworks

[ Video ]

[ About ]
パーティクルは近くのパーティクル同士で線を引きます。そして、パーティクルのサイズは線の数で変動します。

Particles draw lines with nearby particles. And, Particles size decision by count of line.

[ Source ]

[ Link ]
https://github.com/junkiyoshi/Insta20180713

Noisy Rectangle openFrameworks

[ Video ]

[ About ]
Noise関数で辺の長さを可変にした四角(?)

I drawed a square(?) with a different side length using noise method.

[ Source ]

[ Link ]
https://github.com/junkiyoshi/Insta20180712