New project here: https://github.com/thartbm/PyVMEC2
A Python-based GUI to create and run visuo-motor experiments.
Pseudo-compiled versions, manuals and more: https://osf.io/ynw49/
- Python 2.7 Application created and tested working on Python 2.7.15
- wxpython 3.0.2 > For Windows: available on sourceforge https://sourceforge.net/projects/wxpython/files/wxPython/3.0.2.0/ (Download wxPython3.0-win64-3.0.2.0-py27.exe and run) For Linux: wxpython 3.0.2 available as default version through apt / synaptic package installer on Debian based distributions.
(Possibly also needed: wxgtk3.0, wxtools, python-xlib, python-setuptools, python-tk)
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
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.
- Marius 't Hart [https://github.com/thartbm]
- Julius Martin [https://github.com/juliusjgm12] - September 2017 to December 2018
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.