Skip to content

animation between model updates #52

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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