Matrix style. Draw by openFrameworks

[ Video ]

[ About ]
半角カナを扱うには、ofTrueTypeFontのofAlphabet::Japaneseに半角カタカナの範囲を表すofUnicode::KatakanaHalfAndFullwidthFormsを加えてあげる必要があります。
また、絵文字などの文字を加えたい場合、Unicodeの文字コードと見比べて加えることで使用できるようになります。

To handle half-width katakana, you need to add ofUnicode::KatakanaHalfAndFullwidthForms to ofTrueTypeFont’s ofAlphabet::Japanese to indicate the half-width katakana range.
Also, if you want to add characters such as pictograms, you need to compare them with the Unicode character code and add them to be able to use them.

[ Source ]

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

[ほしいものリスト]
Amazon

[ Sponsor Link ]

Random walk of Hiragana in the box. Draw by openFrameworks

[ Video ]

[ About ]
3次元のランダムウォークに変化。
ofRotate(sin(param) * 30)とすると、扇状に回転する動きになります。

Changes to a 3D random walk.
ofRotate(sin(param) * 30) will result in a fan-shaped rotating motion.

[ Source ]

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

[ Kinako ]

[ほしいものリスト]
Amazon

[ Sponsor Link ]

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 ]