Cylinders. Draw by openFrameworks

[ Video ]

[ About ]
円柱状を移動する点を近づいたら線で結ぶ。色情報はXとY座標から計算する。

When you get close to the point where you want to move the cylinder shape, connect it with a line. The color information is calculated from the X and Y coordinates.

[ Source ]

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

Rotating gradation. Draw by openFrameworks

[ Video ]

[ About ]
回転する輪の色をグラデーションにして差分を見る。

Gradient the color of the spinning wheel to see the difference.

[ Source ]

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

Overwrite. Draw by openFrameworks

[ Video ]

[ About ]
ofSetBackgroundAuto(false)で塗りつぶしを止めて、書き続ける。

Stop filling with ofSetBackgroundAuto(false) and continue writing.

[ Source ]

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