What is the go-to tool for realtime, 60fps animated visualization in Python? Preferably something versatile that could handle either spectrograms or tree-/graph-structured data.
I’ve seen suggestions of using matplotlib animations but it’s never been smooth or streaming, in my experience. Is there is a great C/C++ library for this, also? It might not be too challenging to write bindings if necessary.
Comments
What is the go-to tool for realtime, 60fps animated visualization in Python? Preferably something versatile that could handle either spectrograms or tree-/graph-structured data.
I’ve seen suggestions of using matplotlib animations but it’s never been smooth or streaming, in my experience. Is there is a great C/C++ library for this, also? It might not be too challenging to write bindings if necessary.
3blue1brown (the YouTuber) uses a python library for all animations, I believe
Manim. But it has a very steep learning curve.