grump wrote: ↑Wed Nov 22, 2017 11:52 pm
OP is specifically asking about loading a bunch of images at the start of the program, not about loading in the background. Frame rate is irrelevant.
True, as long as there is no input and nothing moving on the screen (like I said, a static splash screen).
In that case, you don't need threads or coroutines at all.
ivan wrote: ↑Thu Nov 23, 2017 12:34 am
In that case, you don't need threads or coroutines at all.
My OS shows a "Program is unresponsive. Force quit?" dialog if the program is in a busy loop for a while and the window does not process its message queue. I think Windows does this too.