1
Window / Re: Events outside of Main Thread
« on: October 02, 2017, 04:59:48 am »
Gotcha, I didn't see that they explicitly said you can't create a new window in a worker thread on OSX (the platform I'm developing on). This (https://en.sfml-dev.org/forums/index.php?topic=2919.msg19099) forum post had me wondering if it was possible because the last post mentioned creating the window from outside the main thread.
I will heed your cautions with multithreading too. I've worked with multithreaded programs (even coding directly on GPUs a little bit) in the past, but you can never be too careful!
I will heed your cautions with multithreading too. I've worked with multithreaded programs (even coding directly on GPUs a little bit) in the past, but you can never be too careful!