I 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 was blown away by the little functions at first and I too made a clone to experiment with calculang [1].
I added an evaluation feature (F9) so you can select sub-expressions and see what they do, which was helpful to figure out some patterns (video in [2])
That's no moon! https://tixy.land/?code=%28%28d%3D36-%28x-%3D7%29**2-%28y-%3...
I 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.
Reminds me of [Replicube](https://store.steampowered.com/app/3401490/Replicube/), which has released recently and does the same kind of thing in 3D.
This is a cool way to teach!
I was blown away by the little functions at first and I too made a clone to experiment with calculang [1].
I added an evaluation feature (F9) so you can select sub-expressions and see what they do, which was helpful to figure out some patterns (video in [2])
[1] https://calculang-editables.netlify.app/tixyish
[2] https://www.youtube.com/watch?v=uXUd_-xrycs
Well done!
5 fold star: https://tixy.land/?code=sin%285*atan2%28y-7.5%2Cx-7.5%29-t%2...
Two snakes: https://tixy.land/?code=exp%28-%28%28x-7%29**2%29%2F12%29*si...
https://tixy.land/?code=%28%28t%2F4%2Batan2%28x-8%2Cy-7%29%2...
a radar
I made a drawing app with programmable brushes inspired by tixy:
https://fig.sonnet.io
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:
https://untested.sonnet.io/notes/fig-tree-brushes/
Fun!
https://tixy.land/?code=sin%28i%2Bt%29
i don't even know whats happening but its mesmerizing https://tixy.land/?code=sin%28i*t%2F128%29
spiral: https://tixy.land/?code=hypot%28x-%3D7%2Cy-%3D7%29%2Batan2%2...
I love it! Here's a windscreen wiper.
https://tixy.land/?code=sin%28t%29*%281%2Bx%2By%29-x
really impressive, keep up the good work
https://tixy.land/?code=-.5%2B%28x%5Ey%29%25%283*Math.sin%28...
I’m considering that as a load screen animation. Bunch of different functions, and the user will be entertained.
Love it, simple & cool :)
https://tixy.land/?code=(y%2Fi*y%2Fsin(x%2Bt))*max(cos(t)%2C...
When this was first released, I put together an homage to the music video for “Fell In Love With A Girl” by The White Stripes.
https://tixy.land/?code=floor(t%256)%20%3D%3D%3D%200%20%3F%0...
Would be cool to implement this physically as an array of iris diaphragms
https://tixy.land/?code=x-y*y%2Ft%2F5
'Vanishing Curve'
The classic: sin(x/2+t)+cos(y/2+sin(t))
Cool stuff.
Learned by scrolling far enough right in view source: The last line is editable and eval'd.
Request to author: keep the newlines.
> The last line is editable and eval'd
Right. https://tixy.land/?code=alert(%22foo%22)
this is beautiful. i love it so much :)
great