TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Vector Animations with Python (2014)

150 pointsby s1291over 2 years ago

6 comments

B3QLover 2 years ago
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.<p>If you have ideas how rescue the MoviePy project or simply want to help. Please contribute to ongoing discussion on GH [0].<p>[0]<a href="https:&#x2F;&#x2F;github.com&#x2F;Zulko&#x2F;moviepy&#x2F;issues&#x2F;1874" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;Zulko&#x2F;moviepy&#x2F;issues&#x2F;1874</a> [1] <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=33864865" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=33864865</a>
评论 #33958042 未加载
评论 #33958186 未加载
luxcemover 2 years ago
Reminds me of <a href="https:&#x2F;&#x2F;github.com&#x2F;3b1b&#x2F;manim" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;3b1b&#x2F;manim</a> , a python library for animation that was made by the author of 3Blue1Brown videos.
Galanweover 2 years ago
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.<p>What I like from things like manim, is that the whole interpolation &#x2F; transformation &#x2F; animation is abstracted away.<p>Manim is sadly video only though, svg output would be really cool.
MengerSpongeover 2 years ago
A loosely related complaint: it&#x27;s surprisingly hard to present 3d animations. I&#x27;ve held my nose and used p5.js and three.js. Web VPython is almost what I want, but it&#x27;s a nightmare to host locally.<p>Just making an arrow (cylinder with conical cap) in three.js or p5.js is kind of tedious.
ozmaverick72over 2 years ago
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 ?
评论 #33951596 未加载
评论 #33955709 未加载
billfruitover 2 years ago
Can it do 3d?