Escape charactor. Draw by openFrameworks

[ Video ]

[ About ]
ランダムウォークの行き先を座標情報で制限する。

Limit the destination of the random walk by coordinate information.

[ Source ]

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

[ Kinako ]

[ほしいものリスト]
Amazon

[ Sponsor Link ]

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 ]