How many FPS should I have for updating a custom progress bar?

Posted by Tom Dignan on Stack Overflow See other posts from Stack Overflow or by Tom Dignan
Published on 2010-05-19T23:56:02Z Indexed on 2010/05/20 0:00 UTC
Read the original article Hit count: 124

Filed under:
|
|
|
|

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.

© Stack Overflow or respective owner

Related posts about gui

Related posts about graphics