lian / msfs2020-go

connect to microsoft flight simulator 2020 using golang
MIT License
388 stars 57 forks source link

Simconnect causes significant FPS drop. #31

Closed ghost closed 3 years ago

ghost commented 3 years ago

When I have simconnect installed I am getting 8-15 FPS or lower in big cities like Paris, what makes unplayable experience, I uninstalled simconnect now I am getting regular 20-30 FPS. My setup gtx1070/I7 6700k cpu/16 RAM. Anyone else having these issues? If it's simconnect issue, maybe there is a way to read flight data directly from RAM, without simconnect.

lian commented 3 years ago

discussed here: https://github.com/lian/msfs2020-go/issues/2

btw i have the same hardware and don't have those fps drop. reducing the interval we ask for new data might help. but since v0.0.3 we already only fetch new data every 200ms.