it may be that this was asked before, but if, i couldn’t find the thread
what are your strategies to get a constant fps rate? i’m using a typical main loop:
while(running) {
calculation();
renderFrame();
sync();
}
except that i don’t have a good strategy for sync(), and that’s why i’m asking
ok, thanks in advance