Thank you for the likes. Draw by openFrameworks

[ Video ]

[ About ]
背景を描写せずに、上書きを続ける。周りだけ塗りつぶして枠とする。

Continue to overwrite without describing the background. Fill in only the area around it to make a frame.

[ Source ]

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

Six-sided rain. Draw by openFrameworks

[ Video ]

[ About ]
radiusが0以下の場合は雫、radiusが0以上の時は波紋。

If radius is less than or equal to 0, it is a drop; if radius is greater than or equal to 0, it is a ripple.

[ Source ]

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

Mesh waves. Draw by openFrameworks

[ Video ]

[ About ]
ポイントをX、Y、Z方向に動かして、うねりを作る。

Move the point in the X, Y, and Z directions to create a swell.

[ Source ]

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