Last updated:
0 purchases
psychopyglfw 0.0.2
psychopy-glfw
GLFW window backend plugin for PsychoPy
This plugin adds GLFW as a supported winType for PsychoPy once loaded. You can enable using GLFW by specifying it as
the winType when creating a new window.
Example
Creating a window using GLFW as the backend::
import psychopy.visual as visual
win = visual.Window(winType='glfw')
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.