18 comments

[ 3.5 ms ] story [ 50.2 ms ] thread
Seems to be getting 503 on retrieving some GIFS - i can only see the Japanese flag image and the rest are blank - is that happening for anyone else ?
my GET had the first gif right in the center missing as well.. oh well.. i am behind a VPN
This seems nice, though my understanding is that the animation part is mainly to be handled by the user, in a loop, from a counter.

What I like from things like manim, is that the whole interpolation / transformation / animation is abstracted away.

Manim is sadly video only though, svg output would be really cool.

(comment deleted)
The animations are made using MoviePy library which is quite popular but struggles with finding new contributors [0]. I tried to bring that information to broader audience without a success [1], so I will take the opportunity here for greater good.

If you have ideas how rescue the MoviePy project or simply want to help. Please contribute to ongoing discussion on GH [0].

[0]https://github.com/Zulko/moviepy/issues/1874 [1] https://news.ycombinator.com/item?id=33864865

I've been using Moviepy for a while and am surprised to read this! Will see what can be done.
Great to here that! Thanks!
A loosely related complaint: it's surprisingly hard to present 3d animations. I've held my nose and used p5.js and three.js. Web VPython is almost what I want, but it's a nightmare to host locally.

Just making an arrow (cylinder with conical cap) in three.js or p5.js is kind of tedious.