Concave Sphere. Draw by openFrameworks

[ Video ]

[ About ]
ofIcoSphereからofIcoSphere.getMesh()取得したメッシュにofMesh.setVertex(index, vertex)で各頂点を上書きして形を変形させる。

ofMesh.setVertex(index, vertex) is used to overwrite each vertex on the mesh obtained from ofIcoSphere.getMesh() to deform the shape.

[ Source ]

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

[ほしいものリスト]
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 ]