RasterPropMonitor icon indicating copy to clipboard operation
RasterPropMonitor copied to clipboard

Variables, props, and MFDs should round-robin their updates

Open JonnyOThan opened this issue 1 year ago • 0 comments

Right now it's possible for the computer's variables, prop text, and all MFDs to redraw on the same frame. Each of these is individually timesliced but they don't have any knowledge of each other. A smarter system would make sure that no two of these systems updated on the same frame, to try to even out performance.

Might even want to timeslice MFDs across multiple frames, but I'm not sure if it would look weird if they don't all update at the same time.

JonnyOThan avatar Jan 11 '23 22:01 JonnyOThan