numberscope / frontscope

Numberscope's front end and user interface: responsible for specifying sequences and defining and displaying visualizers
MIT License
7 stars 15 forks source link

Save animations #405

Open katestange opened 2 months ago

katestange commented 2 months ago

It would be great to have a way not just to save a fixed screenshot of a visualizer but also to record the animation.

gwhitney commented 2 months ago

We would likely want to use a library, e.g. https://github.com/tapioca24/p5.capture, for this. I think this will be a separate problem for each visualizer type, including even the svg version of p5 vs. regular p5.js.