Search found 2 matches

by guillotinesmirk
Sun Feb 11, 2018 12:34 am
Forum: Support and Development
Topic: Weird issue with framerate
Replies: 4
Views: 3341

Re: Weird issue with framerate

Yeah, I looked up info about my computer, and it looks like it's something to do with power saver mode. I'm getting 900 fps when it's plugged in, and 30 fps when it's on battery. Thank you all for verifying it's not my code.
by guillotinesmirk
Sat Feb 10, 2018 10:39 pm
Forum: Support and Development
Topic: Weird issue with framerate
Replies: 4
Views: 3341

Weird issue with framerate

I've written a gravity simulator, and it's been capped at 30 fps. I disabled t.window.vsync, which didn't help me, and then I read a forum page here on love.run, which gave some sample code which used love.run to run at 60 fps. I tried adding that in, and it fixed my problem for a little while, but ...