ajon542 / GameEngine

Experimenting with OpenTK inside WPF
0 stars 0 forks source link

Holding down any keyboard key results in significant framerate drop #34

Open ajon542 opened 8 years ago

ajon542 commented 8 years ago

Need to investigate the cause of this.

ajon542 commented 8 years ago

https://jeremiahmorrill.wordpress.com/2011/02/14/a-critical-deep-dive-into-the-wpf-rendering-system/

ajon542 commented 8 years ago

Check the update loop which is supposed to trigger every millisecond. Why was that number chosen? It's probably throttled by wpf anyway.