Transformation sphere. Draw by openFrameworks

[ Video ]

[ About ]
昨日のソースコードから3行ほど変更をしました。
少しの変更でも見た目が大きく変化するのが楽しいです。

I changed about three lines from yesterday’s source code.
It’s fun to see how a small change can make a big difference in appearance.

[ Source ]

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

[ほしいものリスト]
Amazon

[ Sponsor Link ]

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 ]

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 ]