vasturiano/force-graph

API to render the graph into a video

Opened this issue · 1 comments

qxlsz commented

Is your feature request related to a problem? Please describe.
The use case here is to convert a video if we select frames with bunch of input co ordinates

Describe the solution you'd like
Having an API where we can convert the viz to a video

Describe alternatives you've considered
Tried rendering one frame at a time and making a video

Additional context

This is not a full answer to your question, but it may help you get started.

We are creating a Jupyter widget for force-graph and implemented a widget that captures images. On the python side it is easy to then stitch them together into a video.

Here is the TypeScript side of the widget that captures the images.