openFrameworks icon indicating copy to clipboard operation
openFrameworks copied to clipboard

FrameRate is decreased

Open wangwenfeng0 opened this issue 1 year ago • 1 comments

When an openFrameworks program is minimized or covered by other applications, its running frame rate will decrease. ofSetVerticalSync(false); ofSetFrameRate(200);

image image

Thank you for reply

wangwenfeng0 avatar Apr 30 '24 02:04 wangwenfeng0

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?

dimitre avatar Apr 30 '24 03:04 dimitre