Dancing “A”. Draw by openFrameworks

[ Video ]

[ About ]
ofFboに文字を描写して、ピクセル単位でアクセス。
塗られた場所をボックスの座標を取得して回転させる。

Describe the text in ofFbo and access it in pixels.
Rotate the painted area by getting the coordinates of the box.

[ Source ]

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

[ Kinako ]

[ほしいものリスト]
Amazon

[ Sponsor Link ]

Distort characters. Draw by openFrameworks

[ Video ]

[ About ]
文字を捻じ曲げる。

Twist the letters.

[ Source ]

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

[ほしいものリスト]
Amazon

[ Sponsor Link ]

Teleport font. Draw by openFrameworks

[ Video ]

[ About ]
天地をひっくり返す。
y += ofNoise() > 0.5 ? ofMap(-100, 100) : ofMap(100, -100)

Turn the top and bottom over.
+= ofNoise() > 0.5 ? ofMap(-100, 100) : ofMap(100, -100)

[ Source ]

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

[ほしいものリスト]
Amazon

[ Sponsor Link ]