openFrameworks
openFrameworks copied to clipboard
FrameRate is decreased
When an openFrameworks program is minimized or covered by other applications, its running frame rate will decrease. ofSetVerticalSync(false); ofSetFrameRate(200);
Thank you for reply
Hello @wangwenfeng0 I suppose it has to do of how your operating system handles background software performance. We had a while ago some issues related to apps in background in macOS, as discussed here: https://github.com/openframeworks/openFrameworks/issues/3181 and it was a mix of operating system issues and GLFW. Which OS distribution and version are you using?