Search found 6 matches
- Tue Apr 15, 2014 3:14 pm
- Forum: Support and Development
- Topic: how exactly dt works?
- Replies: 5
- Views: 3209
Re: how exactly dt works?
First of all, why would you want to limit the FPS? There are absolutely no good reasons that I could think of. Enabling Vsync will cap your frame rate at 60. You do not need the FPS to be constant, when the fps goes down,the dt value goes up. When the fps goes up the dt goes down. So it balances it...
- Sat Apr 12, 2014 5:01 pm
- Forum: Support and Development
- Topic: how exactly dt works?
- Replies: 5
- Views: 3209
Re: how exactly dt works?
DT is the time between 2 frames. If you set a player to move at a speed of 1 pixel, he will move 1 pixel every frame. This means that if you have 2 fps, you will move twice as fast as someone with 1fps. If you set a players speed to 1 * dt it will run equally fast on both the computer with 1 fps an...
- Thu Apr 10, 2014 4:51 pm
- Forum: Support and Development
- Topic: how exactly dt works?
- Replies: 5
- Views: 3209
how exactly dt works?
hello, i can not understand how dt works, i was reading and coding some examples about dt, well, i do not clearly understand how it works, i know that dt it a measure the time it takes the processor to call back from one frame to another. Then, if i use the game on diferent hardware, the cpu has dif...
- Thu Apr 03, 2014 4:50 am
- Forum: Support and Development
- Topic: windows 7 lag image love 0.9... Solved
- Replies: 6
- Views: 3217
Re: windows 7 lag image love 0.9... Solved
:awesome: :awesome: :awesome: i just reinstalled the drivers and everything it's ok(for some reason the drivers lenguaje was japanese) URL: https://downloadcenter.intel.com/SearchResult.aspx?lang=eng&ProductFamily=Graphics&ProductLine=Desktop+graphics+drivers&ProductProduct=Intel%C2%AE+8...
- Tue Apr 01, 2014 2:50 pm
- Forum: Support and Development
- Topic: windows 7 lag image love 0.9... Solved
- Replies: 6
- Views: 3217
Re: windows 7 lag image love 0.9...
It is impossible to say without further info and preferably a .love! Löve has no issues with windows7 in general. well, i said that LÖVE works fine on winXP, and the .love files that i test work fine too, the problem happens when i run LÖVE on win7 thats the reason i think is not the .love file. Ar...
- Mon Mar 31, 2014 4:47 pm
- Forum: Support and Development
- Topic: windows 7 lag image love 0.9... Solved
- Replies: 6
- Views: 3217
windows 7 lag image love 0.9... Solved
hello, i am new working with love2d, i was trying the 0.9.0 32bits win version, it work perfectly on windows XP :3 (friend's pc), but when i try it on win7(my pc) :( its to slow, since the first moment even the "baby inspector" ("no game" screen) :( it shows a lag animation of th...