MouseTracks icon indicating copy to clipboard operation
MouseTracks copied to clipboard

History/rewind

Open huntfx opened this issue 9 months ago • 1 comments

A possible future idea is having a component to keep track of recent history. It would need to be able to show quick live updates via horizontal scrolling.

Image

It would be for browsing/rendering only, and would store everything in memory so that it would be wiped on exit.

huntfx avatar Mar 13 '25 00:03 huntfx

A further enhancement could be a way to dump the data so that it can be loaded in for a live preview.

To play it back, it would be possible to swap the standard tracking component with a playback component, so that the GUI still behaves in the same way.

It will likely be as a launch flag, as I don't want to handle hot swapping between the two components.

Extra options to show during preview:

  • "Preserve Timing" checkbox
  • Buttons to control playback speed

huntfx avatar Mar 31 '25 10:03 huntfx