iTrace-Dev / iTrace-VisualStudio

Visual Studio plugin to identify textual and interface elements based on iTrace Core gaze data
GNU General Public License v3.0
4 stars 1 forks source link

Plugin Replay Support #26

Closed dtg3 closed 4 years ago

dtg3 commented 5 years ago

VS plugin should record line/col at a sufficient rate for text highlighting and this data can be used as synchronizing.

dtg3 commented 4 years ago

With the current approach to token look up we will most likely only ever see 60Hz recorded at near full speed. While improvements can be made, that will only happen in issue #38. As such Deja Vu presently does not require the plugins to be "aware" that a simulation is occurring. Synchronization with Deja Vu data is a different issue which requires more testing and evaluation to determine a course of action. For now, this issue can be closed.