Dot on circle. openFrameworks

[ Video ]

[ About ]
近づくと線が発生するパーティクルを円に整列

Dot on circle.

[ Source ]

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

Swirl of noise. openFrameworks

[ Video ]

[ About ]
ノイズの渦

Swirl of noise.

[ Source ]

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

Paint. openFrameworks

[ Video ]

[ About ]
角度ごとに半径を計算。Radius = BaseRadius + (1 + NoiseValue) ^ N

Calculate radius for each angle. Radius = BaseRadius + (1 + NoiseValue) ^ N

[ Source ]

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