4rtzel / poe-archnemesis-scanner

Tool for Path of Exile game to automatically scan Archemesis inventory and display related information
Apache License 2.0
64 stars 25 forks source link

Linux Support via gtk / wnck #33

Open ZereoX opened 2 years ago

ZereoX commented 2 years ago

Hi,

I mainly threw this together for myself, but though I would share in case someone was interested. This PR provides support for Linux by providing a fallback option for win32gui and its underlying window information logic. This should hopefully :crossed_fingers: work for anyone on an X environment.

Changes:

I've marked this as a Draft since its not been tested on Windows and also to gauge interest in merging. I also haven't tested everything so its possible something else might break.

image

4rtzel commented 2 years ago

Thank you for sharing this. It surprises me how easy it was to port this (judging by the code).