urho icon indicating copy to clipboard operation
urho copied to clipboard

Windows forms MaxFps don't work

Open Zamir7 opened this issue 6 years ago • 2 comments

I put Engine.MaxFps = 2000 in any case does not exceed 60 in winforms. On android and wpf - fine. (1.8.93)

Zamir7 avatar Apr 05 '18 10:04 Zamir7

For WindowsForms/WPF use 'MaxFps' property in UrhoSurface, I'll try to link them.

EgorBo avatar Apr 05 '18 14:04 EgorBo

...btw in remote desktop you should limit that to 30fps. You can cause some serious RDP issues if you don't (this recommendation came directly from the RDP team). You will for instance see the composition target thread will slow down to 30fps automatically too. I personally see improved visual framerate when lowering to 30fps, since RDP can easier keep up.

dotMorten avatar Apr 06 '18 03:04 dotMorten