openframeworks / openframeworks/openFrameworks
FrameRate is decreased
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 10.4k
- Forks
- 2.6k
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 9
Description
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
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No source file, test, operating system, or implementation entry point is named. Start by reproducing the behavior with ofSetVerticalSync(false) and ofSetFrameRate(200) while minimizing or covering the window, then trace the relevant window and rendering path for the affected platform. Done means identifying and fixing the cause without reducing the requested frame rate in that scenario, with a regression test if the project has a suitable test location.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- desktop, performance
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100