Nihlus / Launchpad

An open-source game launcher for your games
GNU General Public License v3.0
483 stars 138 forks source link

Extreme Duplication #15

Closed paultech closed 8 years ago

paultech commented 8 years ago

Huge amounts of code is duplicated between Windows and Unix UI. These should be abstracted out to use a common code base. Is the best method for cross platform to use two unique UI toolkits? Seems repetitive and counter-intuitive

Nihlus commented 8 years ago

Closing; WinForms UI is being deprecated in favor of GTK3 UI on all platforms.