Synchronization problem

How to synchronize the frame-rate on different devices?

Any solutions or hints are welcome.

You either set a minimal frame-rate and hope every device can handle it, or make the animation time based instead of frame based (it might look crappier on the lower-end devices, but it will run at approximately the same speed).

shmoove

the third option is to use a preprocessor to change the set framerate per device series on input from benchmarks such as jbenchmark.com to what fps to use on different devices…

Thank you shmoove and shareme