Agents are moving on a ameba. openFrameworks

[ Video ]

[ About ]
動的に動く領域の中を動くエージェント

Agents are moving on a noisy shape.

[ Source ]

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

Band of squares. openFrameworks

[ Video ]

[ About ]
正方形の任意の点を結んで帯を作成

I created band by coordinate of square connect with lines.

[ Source ]

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

Irregularity squares. openFrameworks

[ Video ]

[ About ]
四角形の線上座標を0-100までの引数を元に生成する関数を用意。
ノイズ関数で引数を弄って、生成された座標を結んで不完全な四角形(たまに三角形)を生成しています。

I created method of generate coordinate of rectangle.
Generated coordinate connect with lines.

[ Source ]

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