Framerate

From Valve Developer Community
Revision as of 13:53, 3 November 2023 by Strubium (talk | contribs) (Page remaster)
Jump to navigation Jump to search

The framerate is how fast the screen or another object updates its appearance. This is usually measured in frames per second (FPS).

A framerate of 60FPS is considered optimal, but the higher the better. A very low framerate (Around 25FPS and below) makes a game harder to play, because movement appears choppy and unrealistic.

The framerate is usually associated with the Graphics Processing Unit (GPU), although Source Source is generally more CPU bound. The more objects on screen and higher graphics settings you have enabled, the lower the framerate might be. You can get more performance by lowering the graphics settings, or upgrading your computer

See Also