Considering develop in pure code

As in psychopy-codingAnExperiment is able to coding in pure code from scratch.

The only reason i struggle is

  1. one-way translation: can’t translate to builder
  2. Time synchronization: using EEG device, so time-synchronization is important, builder may auto-generate too many code that ensure time-synchronization.

I got deep develop in code component in builder while still thinking builder way more laggy than pure code.

Trying to get any and every suggestion from you guys.

My understanding is that an experiment in Builder is likely to have better timing than the equivalent experiment written in Coder.

1 Like

Yes, i agree with that.

while you can see if it simply test time.time() with simple polygon is both time correct.

testtime.py (10.0 KB)