Skip to content

animation between model updates #52

@jckr

Description

@jckr

right now, there is no distinction between:

  • the data of the model, which changes each time we run updateData,
  • the visual attributes for rendering, which are passed to frames.

but it could be valuable to separate them and to be able to update the latter without necessarily changing the former.
for instance, we can imagine a simulation where we update data every 100ms, but want a smooth animation, so we want to re-render every 1/60s.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions