Hello all, a week ago I started working on my first game project, and a friend recommended me this library, which I found really good
The thing is, as I'm new to game programming, I don't know how to increase FPS. Actually I post this because I've noticed I my sprites stuck a bit while moving. My main code is below, I'm looking just for some advices, thanks
NOTE: this was written using SFML 1.6, I will pass to 2.0 soon.
I'd appreciate some advise to make my main loop more readable, because I'm tired of scrolling up an down to search my game loop case
I know, maybe put code into functions, but I avoid calling functions the more I can, I think that ralentizes a bit, doesn't it?