-
-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Description
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
Labels
No labels