esdalmaijer / PyGaze

an open-source, cross-platform toolbox for minimal-effort programming of eye tracking experiments
www.pygaze.org
GNU General Public License v3.0
671 stars 211 forks source link

First pass at OpenSesame plug-ins #9

Closed smathot closed 10 years ago

smathot commented 10 years ago

I created a set of plug-ins with the same functionality as the EyeLink plug-ins. So far, I've tested it only with the dummy trackers, and it probably won't work right away with a real tracker (for sure not with the EyeLink, because it will require some modification to the camera image routine). But the basic structure should be there. I also added an example experiment as /examples/opensesame/pygaze_plugins.opensesame.

Progress!