craftworkgames / MonoGame.WpfCore

MonoGame embedded inside a WPF app.
MIT License
71 stars 13 forks source link

Rendering causes flickering when draw calls put the system under load #2

Open EnemyArea opened 4 years ago

EnemyArea commented 4 years ago

I think it is the same as I wrote here: https://gitlab.com/MarcStan/MonoGame.Framework.WpfInterop/issues/12

Could you please fit that?

Hi, I have testet the control on a pc without an extern gpu and got some strange issues. Every time I scroll over the rendered game-map, the rendertargets which I use to draw are flickering. That only happens on pcs with integrated graphics (intel hd graphics). It looks like the rendering is not completed, but the control is drawing them regardless. The same engine with a monogame game project works even on the intel hd graphics pc. I have a intel i5-3470 with windows 10 pro N 64bit, 16gb ram

georg-eckert-zeiss commented 4 years ago

Hi there, I seem to have the same problem. Would be great to find a solution.

Cheers, Georg

PrimusVonQuack commented 1 year ago

Hi,

I just wanted to ask, if there are any news regarding this topic. I have the same problem. Despite the flickering your solution solves all my problems and I would love to use it.

Thank you very much.

georg-eckert-zeiss commented 1 year ago

I am not working on this currently. I guess I will later, but this might be several months away. Good luck!

PrimusVonQuack commented 1 year ago

Okay, thank you.