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

Noisy spheres. Draw by openFrameworks

[ Video ]

[ About ]
ofIcoSphereをノイズで弄る。
それを並べて見比べる。

Play with the noise ofIcoSphere.
Compare them side by side.

[ Source ]

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

Tornado of hexagon plate. Draw by openFrameworks

[ Video ]

[ About ]
六角形の板を回転させました。

I rotated the hexagonal plate.

[ Source ]

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