Character tunnel. Draw by openFramewroks

[ Video ]

[ About ]
文字を筒状に並べてノイズで文字を変える。

Arrange the letters in a cylindrical shape and change the letters with noise.

[ Source ]

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

[ Kinako ]

[ほしいものリスト]
Amazon

[ Sponsor Link ]

Torsional circular. Draw by openFrameworks

[ Video ]

[ About ]
円形を全体的に同じ角度で回転させる。

Rotate the entire circle at the same angle.

[ Source ]

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

[ほしいものリスト]
Amazon

[ Sponsor Link ]

Delayed contour. Draw by openFrameworks

[ Video ]

[ About ]
フレーム番号でノイズの値の変化に緩急をつける。
ノイズの値を配列に記録して輪郭を描く。

Use frame numbers to slow down the change in noise values.
Record the noise values in an array and draw the contour.

if(ofGetFrameNum() % 60 < 45){ noise_param += ofMap(ofGetFrameNum() % 60, 0, 45, 0.1, 0.001); } Record the noise values in an array and draw the contour. [ Source ]

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

[ほしいものリスト]
Amazon

[ Sponsor Link ]