Re: Frame synchronisation

2018-02-05 Thread Pekka Paalanen
On Sat, 3 Feb 2018 21:52:54 +0100 Andrzej Korwin-Mikke wrote: > Greetings, there is virtually no documentation on frame synchronisation on > the Internet, it's mentioned on four blogs with no explanation whatsoever. > How do I know when to draw? When you have both of: - somethin

Re: Frame synchronisation

2018-02-05 Thread Daniel Stone
Hi Andrzej, On 3 February 2018 at 20:52, Andrzej Korwin-Mikke wrote: > Greetings, there is virtually no documentation on frame synchronisation on > the Internet, it's mentioned on four blogs with no explanation whatsoever. > How do I know when to draw? If frame callback is the onl

Frame synchronisation

2018-02-05 Thread Andrzej Korwin-Mikke
Greetings, there is virtually no documentation on frame synchronisation on the Internet, it's mentioned on four blogs with no explanation whatsoever. How do I know when to draw? If frame callback is the only sensible way, when should I fetch it and attach a listener? What does that actually d