Skip to content

Consider adding runtime option for rendering mode #264

@davesmith00000

Description

@davesmith00000

This work done in this PR changes the runtime behaviour in favour of pages that are generally idle between user interactions.

In theory, running something like a game should behave as before. However, we could avoid work and guarantee consistent behaviour for pages that will do constant work, by allowing users to tell the runtime to either render when there is activity, or constantly.

This would mean a further departure from the usual Elm interface, as we'd need to introduce something like Indigo's GameConfig to the interface.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions