Hope is linked. Draw by openFrameworks

[ Video ]

[ About ]
文字の輪郭からエッジに向かって移動する線。

A line that moves from the outline of a character to the edge.

[ Source ]

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

1 to 2, 2 to 1. Draw by openFrameworks

[ Video ]

[ About ]
ofFboをテキスチャにしてofMeshへバインドする。
ofMeshの座標を回転させて遊ぶ。

Texture the ofFbo and bind it to the ofMesh.
Play with the coordinates ofMesh by rotating it.

[ Source ]

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

Circle to twisted circle. Draw by openFrameworks

[ Video ]

[ About ]
大きな円と座標をねじった小さい円を線でつなぐ。

Connect a large circle and a small circle with twisted coordinates with a line.

[ Source ]

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