Has anybody implemented a fixed-timestep game loop with SFML?
Also, I have a couple of questions about GetFrameTime():
1) What type of performance counter does GetFrameTime use? How accurate is it?
2) What time frame does it measure? (eg. does it measure the time from the end of Display() to the start of the next call to Display()?)
Thanks for any help!