-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
To share the result of a simulation and provide it to any user it would be helpful, if the animation of a simulation could be exported as e.g., Movie or GIF.
This task is about elaborating this idea and how it will be implemented.
An idea is to provide the following functionality with simplay:
exportAnimation(exportOptions: ExportOptions): Promise<blob>;
interface ExportOptions {
format: "gif" | "mp4";
fps: number;
width: number;
height: number;
animationSpeed: number;
}DoD:
- idea is elaborated and discussed
- a proposal exists of how to implement the feature, or it’s decided to not do it
- follow up tasks created
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request