Overwrite. Draw by openFrameworks

[ Video ]

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

Stop filling with ofSetBackgroundAuto(false) and continue writing.

[ Source ]

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

Shave the font. Draw by openFrameworks

[ Video ]

[ About ]
ランダムウォークが近づいたらボックスの描写をやめる。
時間経過で再描写する。

Stop describing the box when the random walk approaches.
Redescribe it over time.

[ Source ]

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

Switching big and small. Draw by openFrameworks

[ Video ]

[ About ]
ofxBox2の大きいサークルと小さいサークルの挙動の違いを見比べて楽しむ。

Enjoy comparing the differences in behavior between the large and small circles ofxBox2.

[ Source ]

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