drakewill-CRL / ROMSorter

Detect and rename ROMs and other games
MIT License
126 stars 3 forks source link

Linux GUI #2

Open Bitwolfies opened 2 years ago

Bitwolfies commented 2 years ago

While I might be wrong on this, dotnet is fully supported on linux, which seems to be the one requirement for the app, while im sure there's other hurdles, i'm not sure if dotnet is one of them.

Thanks for making a modern and clean replacement for rom management tools btw, hope to one day remove clrmamepro!

drakewill-CRL commented 2 years ago

This is pending .NET MAUI being released in a usable state. I have been unable to get any of the preview releases so far to build the default 'Hello World' template upon installation. Once this is a working, usable feature, I will start moving from WinForms to MAUI so ROMSorter works on all platforms.

cosmo0 commented 1 year ago

Hey! I've been using ElectronNet for my own arcade manager: https://github.com/cosmo0/arcade-manager

It works pretty well, but it adds around 100MB to the app, and you'd need to write your pages as an ASP.Net MVC site.