being bored at home, few months ago, i decided to port my python eye tracker to js, part of the goal was to not add dependency overhead, but found no easy option to communicate inference results to local machine.
So decided to use cheat engine to find a pointer chain that consistently resolves to ram address of coordinates of an html text element that js moves based on inference results.original project: https://github.com/SubhranshuSharma/shitty_gaze_mouse_contro...