Arrow moving up and down. Draw by openFrameworks

[ Video ]

[ About ]
ofNosie()の引数に渡すフレーム番号を-1することで、前フレームの値を取得可能となります。

By setting the frame number passed as the argument ofNosie() to -1, it is possible to obtain the value of the previous frame.

[ Source ]

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

Warped numbers. Draw by openFrameworks

[ Video ]

[ About ]
数字の文字座標を回転させる。

Rotate the character coordinates of a number.

[ Source ]

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

Random walk with barrier. Draw by openFrameworks

[ Video ]

[ About ]
トーラスの中を進むランダムウォーク。
座標の近い面を描写する。

A random walk through the torus.
Describes a surface with close coordinates.

[ Source ]

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