Separate frames. Draw by openFrameworks

[ Video ]

[ About ]
エリアごとに別フレームにする。
フレーム番号はofNoise()で計算した値。

Separate frames for each area.
The frame number is the value calculated by ofNoise().

[ Source ]

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

[ Kinako ]

Noise circles. Draw by openFrameworks

[ Video ]

[ About ]
座標の値をNoise()の引数にして、角度を算出。
そのノイズの角度に線を伸ばす。
そして伸ばした先でまた計算する。

The angle is calculated by using the coordinate value as the argument of Noise().
Extend the line to the angle of that noise.
Then calculate it again at the end of the stretch.

[ Source ]

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

[ Kinako ]

MP4 * Noise. Draw by openFrameworks

[ Video ]

[ About ]
ofNoise()の値で描写する範囲を決める。
それぞれの範囲はofSetColor(ofMap(value, 0, max_of_max, 0, 255))で明暗を付ける。

Determine the range to be drawn by the value of ofNoise().
Each area is lightened or darkened with ofSetColor(ofMap(value, 0, max_of_max, 0, 255)).

[ Source ]

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

[ Kinako ]