Currently, Cormas provides a “Save PNG” button in the simulation runner (see CMSpacePresenter >> saveToPng) that allows users to export a static image of the diagram canvas.

It would be very useful to extend this functionality with the ability to export animated GIFs showing a simulation over multiple time steps. This would help users quickly visualize dynamic model behavior.
Ideas:
- Implement an
RSGIFExporter class, similar to RSPNGExporter which accepts a sequence of canvases or model states
- Add a “Save GIF” button to the simulation runner toolbar. When first clicked it would start recording frames for the GIF. When clicked again, it would stop
@akevalion what do you think?