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

New project here: https://github.com/thartbm/PyVMEC2

PyVMEC

A Python-based GUI to create and run visuo-motor experiments.

Pseudo-compiled versions, manuals and more: https://osf.io/ynw49/

Environment:

(Possibly also needed: wxgtk3.0, wxtools, python-xlib, python-setuptools, python-tk)

Dependencies:

pip install -U numpy scipy pandas six psychopy==1.85.3 pyglet==1.3.0

pip install json_tricks configobj screeninfo==0.3.1 pyautogui

Troubleshooting:

Experiment window not showing any objects, or window not appearing at all: -Make sure openGL Version is 2.0+ -Easily fixed by updating graphics drivers.

Developers:

End-of-life Note: Development of the code has stopped in 2020, for several reasons (Python 2.7's end of life, pseudo-compilation on Window was imperfect, and the framework could not be used as the base for some new features). However, a second version of PyVMEC is planned.