https://tixy.land/?code=Math.sin%28t+%2B+Math.atan2%28y+-+7....
A simple 16x16 dot animation from simple math rules
91–100 of 105 posts
Re: A simple 16x16 dot animation from simple math rules
#92Re: A simple 16x16 dot animation from simple math rules
#93I 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
#94Re: A simple 16x16 dot animation from simple math rules
#95Tixy is amazing! I built something very similar: https://muffinman.io/pulsar/ I wanted to create animations for my LED matrix screen, and I couldn’t find tixy anywhere. Only after I built pulsar I found it again. Another similar project is https://sliderland.blinry.org/ which uses HTML sliders. Fun stuff!
Re: A simple 16x16 dot animation from simple math rules
#96Tixy is amazing! I built something very similar: https://muffinman.io/pulsar/ I wanted to create animations for my LED matrix screen, and I couldn’t find tixy anywhere. Only after I built pulsar I found it again. Another similar project is https://sliderland.blinry.org/ which uses HTML sliders. Fun stuff!
If you haven't seen dwitter yet, you really should head over to https://www.dwitter.net
Almost every animation/image there suffers from horrible moiré because a normal browser canvas was not meant for this. Fine line art needs supersampling and high quality filtering.
Re: A simple 16x16 dot animation from simple math rules
#97Tixy is amazing! I built something very similar: https://muffinman.io/pulsar/ I wanted to create animations for my LED matrix screen, and I couldn’t find tixy anywhere. Only after I built pulsar I found it again. Another similar project is https://sliderland.blinry.org/ which uses HTML sliders. Fun stuff!
https://tixy.land/?code=y%3C7%26%26%28x%2Bsin%28y%29%3C6.4%2...
edit: much better with a negation :)
Re: A simple 16x16 dot animation from simple math rules
#98I 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.
I love the instant visual feedback!
Re: A simple 16x16 dot animation from simple math rules
#99(1-sqrt(pow(7.5-x,2)+pow(7.5-y,2))/8)*(y-7.5)
Pokeball.
edit Actually, there's no fixed length, so https://tixy.land/?code=%281-sqrt%28pow%287.5-x%2C2%29%2Bpow...
Re: A simple 16x16 dot animation from simple math rules
#100https://tixy.land/?code=%28%28t%2F4%2Batan2%28x-8%2Cy-7%29%2... a radar