Shaving spheres. Draw by openFrameworks

[ Video ]

[ About ]
ランダムウォークで球体の面を消す。

Erase the faces of the sphere with a random walk.

[ Source ]

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

Glitter. Draw by openFrameworks

[ Video ]

[ About ]
下の式で無限ループに。
radius = (randam + frame) % total_frame

The following formula makes it an infinite loop.
radius = (randam + frame) % total_frame

[ Source ]

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

Arrow waving. Draw by openFrameworks

[ Video ]

[ About ]
ノイズの値を矢印で表す。

Noise values are represented by arrows.

[ Source ]

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