out-of-body experience. Draw by openFrameworks

[ Video ]

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

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

[ Source ]

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

[ほしいものリスト]
Amazon

[ Sponsor Link ]

Randam work of Kanji number. Draw by openFrameworks

[ Video ]

[ About ]
漢数字のランダムウォーク。
お互いの位置を確認して重ならない様に移動をする。
漢字は自身に近い数を表す。

Random walk of Kanji numbers.
Check each other’s position and move so that they do not overlap.
The Kanji character represents the number closest to itself.

[ Source ]

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

[ Kinako ]

[ほしいものリスト]
Amazon

[ Sponsor Link ]

Sphere by characters. Draw by openFrameworks

[ Video ]

[ About ]
ofTrueTypeFont.getStringAsPoints()で取得した座標を回転させて、球体上で描写する。

The coordinates obtained with ofTrueTypeFont.getStringAsPoints() are rotated and depicted on the sphere.

[ Source ]

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

[ Kinako ]

[ほしいものリスト]
Amazon

[ Sponsor Link ]