Noise walk starting from a circle. Draw by openFrameworks

[ Video ]

[ About ]
出発地点が同じランダムウォーク。

Random walk with the same starting point.

[ Source ]

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

Looking into the box. Draw by openFrameworks

[ Video ]

[ About ]
箱の中にランダムウォークを閉じ込めて隙間から除く。

Trapping random walkers in a box and excluding them from the gap.

[ Source ]

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

Mask by character. Draw by openFrameworks

[ Video ]

[ About ]
ofImageのマスク機能を使って、文字でマスキング。
ofImage.getTextureReference().SetAlphaMask(ofFbo.getTexture())でofFboの描写内容を使う。

Masking with text using ofImage’s mask function.
Use ofImage.getTextureReference().SetAlphaMask(ofFbo.getTexture()) to use ofFbo’s description.

[ Source ]

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