Search found 3 matches

by crizilla
Thu Jun 11, 2015 7:19 am
Forum: Support and Development
Topic: Framerate Inconsistencies
Replies: 7
Views: 4086

Re: Framerate Inconsistencies

Evine wrote:It might be the "love.timer.sleep" function that is messing with you.

Try adding.

Code: Select all

function love.timer.sleep() end -- This will undo any calls to it and max out one of your cpu cores.
So far so good. Thanks
by crizilla
Wed Jun 10, 2015 7:25 pm
Forum: Support and Development
Topic: Framerate Inconsistencies
Replies: 7
Views: 4086

Re: Framerate Inconsistencies

I'm not sure what .love file you would need to check out the project. I put it on github, though https://github.com/crizilla/love2dshooter This is the only game I have worked on or run with love. I can check if another game somebody else made has the same issues later when I get home. Games I downlo...
by crizilla
Wed Jun 10, 2015 10:59 am
Forum: Support and Development
Topic: Framerate Inconsistencies
Replies: 7
Views: 4086

Framerate Inconsistencies

When I run my game (still in development) I get massive framerate inconsistencies. One hour it will reach 800fps, then the other hour it will be between 80 and 100. Sometimes up to around 300. This obviously slows down the game big time when it's at a lower frame rate. My questions are why is this h...