Arrows to randam walking target. Draw by openFrameworks

[ Video ]

[ About ]
ランダムウォークする座標を矢印で指す。
自身の座標と相手の座標から角度を計算はatan2()を使う

Use arrows to point to coordinates for random walk.
Use atan2() to calculate the angle from your own coordinates and your opponent’s coordinates.

[ Source ]

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

[ほしいものリスト]
Amazon

[ Sponsor Link ]

Allow trains. Draw by openFrameworks

[ Video ]

[ About ]
矢印の連結。
重ならないようにしたら少し不思議な動きに。

Arrow linkage.
I tried not to overlap them, but it made the movement a little strange.

[ Source ]

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

[ Kinako ]

[ほしいものリスト]
Amazon

[ Sponsor Link ]

Noise circles. Draw by openFrameworks

[ Video ]

[ About ]
座標の値をNoise()の引数にして、角度を算出。
そのノイズの角度に線を伸ばす。
そして伸ばした先でまた計算する。

The angle is calculated by using the coordinate value as the argument of Noise().
Extend the line to the angle of that noise.
Then calculate it again at the end of the stretch.

[ Source ]

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

[ Kinako ]

[ほしいものリスト]
Amazon

[ Sponsor Link ]