Arrow by arrows. Draw by openFrameworks

[ Video ]

[ About ]
座標と半径を使ってお互いが被らないように隙間を埋める。
distance(my, other) < my.radisu + other.radius. Use coordinates and radius to fill in the gaps so that they don't cover each other. distance(my, other) < my.radisu + other.radius. [ Source ]

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

Twisting String. Draw by openFrameworks

[ Video ]

[ About ]
文字の座標を回転させる。
ofTrueTypeFont.getStringAsPoints()で取得した座標にglm::highp_mat4で回転した座標を計算する。

Rotate the coordinates of a character.
Calculate the coordinates rotated by glm::highp_mat4 to the coordinates retrieved by ofTrueTypeFont.getStringAsPoints().

[ Source ]

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

RGB Arrow. Draw by openFrameworks

[ Video ]

[ About ]
モデルナのワクチン接種1回目。本日は昨日の改造で。

The first vaccination for Moderna. Today, with yesterday’s modifications.

[ Source ]

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

[ Kinako ]