thartbm / PyVMEC

A Python-based GUI to create and run visuo-motor experiments.
GNU General Public License v3.0
1 stars 3 forks source link

Improve sampling on Windows #17

Open thartbm opened 6 years ago

thartbm commented 6 years ago

For Linux we use X11 for high quality samples (if it is available and accessible), but for Windows we rely on PsychoPy, which can be improved. Please check if there is a way to improve sampling quality on Windows, and implement it. Of course, PsychoPy sampling should always be a fallback method.

So basically there should be an object in the cfg dict (or function or function-pointer) the handles sampling, and this gets picked when the experiment is started, according to the platform and available / optimal methods.

juliusjgm12 commented 6 years ago

I'll look into it!

thartbm commented 6 years ago

Actually, we'll not prioritize this right now.

thartbm commented 6 years ago

Here's a hint for the future: https://stackoverflow.com/questions/4263608/ctypes-mouse-events