TIXY
A cheap knockoff of tixy.land
Define a function that takes four arguments and returns a value between -1 and 1
- t: seconds elapsed since loading this page
- i: the circle number [0, 256]
- x: the column number [0, 16]
- y: the row number [0, 16]
Examples
(t,i,x,y)=>sin(t * (cos(i+y) + sin(10*i+x)))
(t,i,x,y) => sin(x + t) + sin(y + t)
(t,i,x,y)=>sin(2*t-.4 *hypot(x, y))