Tagged Questions
4
votes
4answers
384 views
Can a high FPS negatively affect how a program runs?
Yeah I know this is a broad question and will get down rated, I'm just hoping for some answer before it gets closed.
Anyway, I'm using Slick 2D/Java to play around with graphics. I'm having some ...
2
votes
1answer
395 views
Frame independent acceleration
To make my game fps independent I move entities with
pos += speed * time
where time is the delta time since last frame.
That works perfectly well with speed but how do you do that with ...