Has anyone used ofxDatGui in a separate thread to the main thread?
I’m curious to see how this might work, but can’t find any examples.
S
Has anyone used ofxDatGui in a separate thread to the main thread?
I’m curious to see how this might work, but can’t find any examples.
S
I haven’t but I can infer that it is not possible. any drawing command must go in the main thread. This is an openGl thing. As it is a GUI it is mainly just drawing stuff.
Thanks for the reply, this is good to know! Saved me trying…
S