Hello everyone. I would like to learn if it was possible to draw a string at the screen out of the ofApp::draw() method. I created an ofThread subclass and I want some of the drawing part to be done by the thread.
I tried to use the DrawBitmapString() function out of the ofApp::draw() method and it doesn’t seem to work.