Real time 2D data in PsychoPy

Hello,
I would like to use the psychoPY library to display object associated with 2D real time data coming from UDP port, i use asyncio lib to stream 2D data. it is possible to use asyncio lib with psychoPY coder?
Thanks!

Hi @jeanJ, you can add external modules to PsychoPy following these guidelines.

ok, thanks!!