gambitproject / gambit

Gambit: The package for computation in game theory
http://www.gambit-project.org
GNU General Public License v2.0
394 stars 149 forks source link

ENH: Add retina support for MacOS #335

Open freele opened 1 year ago

freele commented 1 year ago

All UI looks blurry on macOS. wxWidgets do support Retina since version 3.1.0, it should be a matter of fine tuning, and maybe icons high-res images.

tturocy commented 1 year ago

The graphical interface is essentially a legacy tool - at the moment we don't have any concrete plans to develop it further (or resources to do that). We do the bare minimum to keep it operational for backwards compatibility.

If someone wanted to take this kind of thing on we would certainly welcome that.