Louhike / Ugly-GDEmu-Games-Manager

File manager for SD card with GDEmu
GNU General Public License v3.0
55 stars 3 forks source link

Do not use GDITools through a windows executable anymore #57

Open Louhike opened 3 years ago

Louhike commented 3 years ago

Is your feature request related to a problem? Please describe. UGGM is for Windows only for now. Two steps are necessary to make it cross platform:

This request is about the first step

Describe the solution you'd like Convert the code to C# and .NET.

Describe alternatives you've considered Wrap GDITools with RPyC and call it through that. Or https://github.com/niligulmohar/python-symmetric-jsonrpc

Louhike commented 3 years ago

Necessary for #7

Louhike commented 3 years ago

I've requested FamilyGuy (the GDITools current developer) is he is ok with that. I'm currently waiting for his answer.

Louhike commented 3 years ago

IronPython does not seem to be compatible directly with the GDITools script. I could try to change the script to make it work, but I do not want to maintain a fork of GDITools (I'm not proficient with Python). I'd rather convert the code to C# than doing that.