Java-Gaming.org
Play Revenge of the Titans! The situation is critical. We need fancy commanders to defend Earth, the moon, Mars!
Featured games (78)
games approved by the League of Dukes
Games in Showcase (408)
games submitted by our members
Games in WIP (293)
games currently in development
News: Read the Java Gaming Resources, or peek at the official Java tutorials
 
    Home     Help   Search   Login   Register   
Pages: [1]
  ignore  |  Print  
  A query on game update and render  (Read 1099 times)
0 Members and 1 Guest are viewing this topic.
Offline mghildiy

Junior Newbie





« Posted 2012-01-29 08:39:13 »

Hi,

I am learning lwjgl now a days.
My query is that as in our game loop we call update on entities and then call render(which renders/draws the entity on screen)
then why does FPS(frame per second) parameter impacts our game, as we are manually calling render from our game loop.
As far as I understand, FPS determines the rate at which entities are drawn/rendered by graphics engine of game,but as we are
ouselves calling render method then it means for every update there is a render, so why is FPS so important
and so much heavily figures in game related documents, articles etc?
Please clarify.


Offline theagentd
« Reply #1 - Posted 2012-01-29 10:46:14 »

FPS stands for frames per second, and is a measurement of how fast a computer can run a certain game. In simple games the update and rendering speed are tied together, as in update, render, update, render, and so on. Let's say we limit our game speed to 50 updates per second. This means that 1. the game cannot be rendered at a higher frame-rate than the game is updated, because an update is followed by rendering, meaning that the game cannot render at any higher than 50 FPS, and 2. that if the rendering of the game (which is usually heavier than updating) starts taking too long time the whole game will run slower. It will not just stutter, it will actually run slower, which is often undesired. It's better to not render each frame in this case and instead focus on updating so the game actually runs at normal speed.

For a better explanation see the excellent game loop tutorial here: http://www.java-gaming.org/topics/game-loops/24220/view.html.

To summarize: You often want your game to render at a rate that is independent to the updating rate.

Myomyomyo.
Offline ReBirth
« Reply #2 - Posted 2012-01-30 00:45:39 »

I sense deja vu on the question.

Pages: [1]
  ignore  |  Print  
 
 
You cannot reply to this message, because it is very, very old.

Play Revenge of the Titans! The situation is critical. We need fancy commanders to defend Earth, the moon, Mars!
 
Get high quality music tracks for your game!

Add your game by posting it in the WIP section,
or publish it in Showcase.

The first screenshot will be displayed as a thumbnail.

The invasion has landed! On Mars! And you're there to beat 'em!
cubemaster21 (124 views)
2013-05-17 21:29:12

alaslipknot (132 views)
2013-05-16 21:24:48

gouessej (162 views)
2013-05-16 00:53:38

gouessej (153 views)
2013-05-16 00:17:58

theagentd (166 views)
2013-05-15 15:01:13

theagentd (151 views)
2013-05-15 15:00:54

StreetDoggy (195 views)
2013-05-14 15:56:26

kutucuk (219 views)
2013-05-12 17:10:36

kutucuk (218 views)
2013-05-12 15:36:09

UnluckyDevil (222 views)
2013-05-12 05:09:57
Complex number cookbook
by Roquen
2013-04-24 12:47:31

2D Dynamic Lighting
by Oskuro
2013-04-17 16:46:12

2D Dynamic Lighting
by Oskuro
2013-04-17 16:45:57

2D Dynamic Lighting
by Oskuro
2013-04-17 16:23:20

Noise (bandpassed white)
by Roquen
2013-04-05 17:36:01

Noise (bandpassed white)
by Roquen
2013-04-03 16:17:38

Java Data structures
by Roquen
2013-03-29 13:21:12

Topic Request
by kutucuk
2013-03-22 21:42:01
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines | Managed by Enhanced Four Valid XHTML 1.0! Valid CSS!
Page created in 0.081 seconds with 20 queries.