-
this is fun. little minimal creative code environment tixy.land/?code=%28t+%25+128%29+*+i+-+128
-
here's a nice little narrative arc, if you'll excuse the pun tixy.land/?code=%28t+%25+128%29+*+i+-+.5
-
bloop bloop bloop tixy.land/?code=%28x-8%29*%28y-8%29+-+Math.sin%28t%29+*+64
-
this one is incredibly simple... tixy.land/?code=i+%25+t
-
drippy sludge tixy.land/?code=i%25%28Math.sin%28t%2F912%29*x*y%29-1
-
spinning top tixy.land/?code=i%25%28t%25%28x%2By%29%29-1
-
squeezing stripes tixy.land/?code=Math.sin%28i*t*.01%29
-
here's the last one's boisterous younger sibling tixy.land/?code=Math.sin%28%28i-128%29*t*.314%29
-
harlequin zoom tixy.land/?code=m%3DMath%2Cm.sin%28x*t%29-m.sin%28y*t%29
-
scrolly fractals tixy.land/?code=m%3DMath%2Cm.sin%28x*t%29-m.sin%28y*t%29
-
returned to this at lunch... pleased with how much there is in this one tixy.land/?code=Math.tan%28%28%28-i%29%26t%2F9%29-t%2F5*%28y%25t%7C0%29%29
-
celebrating getting to skip writing "Math.", here's something with three trig functions tixy.land/?code=sin%28i*t%2F9%29%2Bcos%28y*t%2F7%29-tan%28t%2F3%29 @aemkei/1323741681812987904
-
cinematic tixy.land/?code=sin%28%28PI*i%26t*24%29%2F24%29 (still playing with stuff fundamentally built around "i&t" - just such a nice source of interesting structure)
-
what i really want to do, but haven't managed yet, is display the primes. think i need to do some recursion, which is tough in 32 characters...
-
oh wow. a third dimension!!! @doersino/1325494757779513344
-
here's a simple sine-based one, already v interesting because of the interactivity the camera controls give you doersino.github.io/tixyz/?code=sin%28i*PI%2Fx+%2B+t%29
-
delicate structures doersino.github.io/tixyz/?code=%28%28x%26t%29%26%28y%26t%2Fz%29%29%2F16
-
just sine, but getting a lot out of it doersino.github.io/tixyz/?code=sin%28i*t%2F256%29%2FPI
-
tan gives you fireworks doersino.github.io/tixyz/?code=tan%28i*t%2F256%29%2F16
-
and that works the same in regular tixy - here it is, cleaned up & 1-indexed tixy.land/?code=%21%28t%25%28i%2B1%29%7C0%29%2B%28%28t%7C0%29%3D%3Di%2B1%3F-2%3A.1%29
-
too lazy to fit this one to length, but here's an ominous oscillation doersino.github.io/tixyz/?code=hypot%28y-3.5%2Bsin%28t%29*PI%2Cx-3.5%2Cz-3.5%29%2F12-.3