I was wondering, what would be the best way to use network with orx? I was thinking of a nonblocking socket running in the mainloop (or in a separate clock, running some times per second).
Both those options are fine. A third one, probably more efficient albeit more "dangerous" would be to use a separate thread (I'm currently adding threading support in the branch named "thread").
Comments
Both those options are fine. A third one, probably more efficient albeit more "dangerous" would be to use a separate thread (I'm currently adding threading support in the branch named "thread").