I just wrote a custom progress bar, it’s single buffered and will remain so. How many frames per second are desirable for something like this? I don’t want to waste too much CPU updating the screen unnecessarily.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
As a rule of thumb, 10 fps is a reasonable minimum for very small, simple animations with motion. 30 fps is a minimum for more complex motion and/or larger scenes.
However, generally progress bars have very little change from frame to frame. If you are using a very simple animation, you may find that less than 10fps works.
I suggest starting at 10fps and checking the result. Tune from there.