Openarl / PathOfBuilding

Offline build planner for Path of Exile.
MIT License
2.15k stars 1.04k forks source link

Uncapped framerate causing coil whine #1830

Open eccyy opened 4 years ago

eccyy commented 4 years ago

Opening passive tree causes coil whine from gpu and somewhat unresponsive tree. This is on a gtx 1080 and all attempts at capping framerates have been unsuccessful. Solution might be something like this https://stackoverflow.com/questions/14968857/controlling-fps-limit-in-opengl-application

ijemafe commented 4 years ago

There's a replacement for SimpleGraphic.dll here which uses an event loop instead of an unbounded loop, which greatly reduces resource usage: https://github.com/Openarl/PathOfBuilding/issues/636