Limit destination. Draw by openFrameworks

[ Video ]

[ About ]
円の内側に限定する。
移動先が中心から一定距離以下であれば、ノイズ関数のパラメータを進める。

Limit to inside the circle.
If the destination is less than a certain distance from the center, advance the parameters of the noise function.

[ Source ]

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

Noise walk starting from a circle. Draw by openFrameworks

[ Video ]

[ About ]
出発地点が同じランダムウォーク。

Random walk with the same starting point.

[ Source ]

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

Looking into the box. Draw by openFrameworks

[ Video ]

[ About ]
箱の中にランダムウォークを閉じ込めて隙間から除く。

Trapping random walkers in a box and excluding them from the gap.

[ Source ]

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