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 ]

Character ring. Draw by openFrameworks

[ Video ]

[ About ]

[ Source ]

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

[ほしいものリスト]
Amazon

[ Sponsor Link ]