A simple 16x16 dot animation from simple math rules
1–10 of 105 posts
Re: A simple 16x16 dot animation from simple math rules
#2great
Re: A simple 16x16 dot animation from simple math rules
#3I made a drawing app with programmable brushes inspired by tixy:
It’s pretty fun because the shape dynamics are time, and not pressure/tilt based, so you need to draw in a rhythm.
Here’s how they work and how they’re implemented:
Re: A simple 16x16 dot animation from simple math rules
#4this is beautiful. i love it so much :)
Re: A simple 16x16 dot animation from simple math rules
#5I loved tixy when I first discovered it a few years ago so created this https://www.mathsuniverse.com/tixy (with permission from the original author) with puzzles to solve on the tixy grid. I use it with my computer science students who get really into it.
Re: A simple 16x16 dot animation from simple math rules
#6https://tixy.land/?code=x-y*y%2Ft%2F5
'Vanishing Curve'
Re: A simple 16x16 dot animation from simple math rules
#7The classic: sin(x/2+t)+cos(y/2+sin(t))
Re: A simple 16x16 dot animation from simple math rules
#8Cool stuff.
Learned by scrolling far enough right in view source: The last line is editable and eval'd.
Request to author: keep the newlines.
Re: A simple 16x16 dot animation from simple math rules
#9Love it, simple & cool :)
https://tixy.land/?code=(y%2Fi*y%2Fsin(x%2Bt))*max(cos(t)%2C...