Hi everyone!
I made a whole task using JsPsych a while ago, but my requirements have changed from running an online experiment to running an EEG experiment. Therefore, I’m thinking of changing to Psychopy, as JsPsych doesn’t seem to support EEG triggering (there’s only this extension GitHub - rivasd/jsPsychHardware: A Google Chrome Extension and native hosts allowing jspsych to interact with hardware, which hasn’t been updated in a few years) and Psychopy seems to do so.
I would appreciate any suggestions as to how to proceed in the most efficient way, e.g., 1) whether to build another experiment from scratch in PsychoPy builder, 2) try to use the outdated extension in JsPscych, or 3) somehow convert part of the Javascript code to Python (maybe with this GitHub - PiotrDabkowski/Js2Py: JavaScript to Python Translator & JavaScript interpreter written in 100% pure Python🚀 Try it online:) and build a Psyschopy experiment with the Coder (I’m only a beginner in Python though).
Thank you!