Random walk of Hiragana. Draw by openFrameworks

[ Video ]

[ About ]
日本語フォントによるランダムウォーク。
ソースコードで日本語(Unicode)を扱うにはu8プレフィックスを付けます。

Random walk with Japanese font.
To handle Japanese (Unicode) in source code, add the u8 prefix.

[ Source ]

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

[ほしいものリスト]
Amazon

[ Sponsor Link ]

Flowing numbers. Draw by openFrameworks

[ Video ]

[ About ]
数字を個別で動かす。

Move the numbers individually.

[ Source ]

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

[ほしいものリスト]
Amazon

[ Sponsor Link ]

Mask by character. Draw by openFrameworks

[ Video ]

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

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

[ Source ]

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

[ほしいものリスト]
Amazon

[ Sponsor Link ]