orca-app / orca

A Wasm environment for cross-platform, sandboxed graphical applications.
https://orca-app.dev
Other
156 stars 13 forks source link

Frame pacing #65

Open martinfouilleul opened 3 months ago

martinfouilleul commented 3 months ago

We do not yet have a compelling story for how frame pacing is handled, made consistent across platforms, and what degree of control users have. We might want to expose a few options, like the max number of buffered frames, the target frame rate / swap interval, or allow opting out of a fixed frame rate entirely (eg for UI applications who might want to only redraw when something moves)