Masking arrows. Draw by openFrameworks

[ Video ]

[ About ]
ofImageのマスク機能を使って、矢印でマスキング。
ofImage.getTextureReference().SetAlphaMask(ofFbo.getTexture())でofFboの描写内容を使う。

Masking with arrows using ofImage’s mask function.
Use ofImage.getTextureReference().SetAlphaMask(ofFbo.getTexture()) to use ofFbo’s description.

[ Source ]

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

[ Kinako ]

[ほしいものリスト]
Amazon

[ Sponsor Link ]

Buried by arrows. Draw by openFrameworks

[ Video ]

[ About ]
沢山の矢印ランダムウォーク。
色はofColor.SetHsb()で指定。

Lots of arrows random walk.
The color is specified by ofColor.SetHsb().

[ Source ]

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

[ Kinako ]

[ほしいものリスト]
Amazon

[ Sponsor Link ]

Arrow to nearst target. Draw by openFrameworks

[ Video ]

[ About ]
3つのうち最も近いターゲットを矢印で指す。
座標の距離はglm::distance()で取得。

Point the arrow to the closest target of the three.
The distance of the coordinates is obtained by glm::distance().

[ Source ]

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

[ほしいものリスト]
Amazon

[ Sponsor Link ]