Skip to content

simplay: Export #74

@David--K

Description

@David--K

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions