stuff-by-3-random-dudes / UWUVCI-AIO-WPF

GNU General Public License v3.0
128 stars 11 forks source link

Linux version #67

Open Magnusretrotech opened 1 week ago

Magnusretrotech commented 1 week ago

Could someone port this to Linux?

ZestyTS commented 1 week ago

I attempted to do this with the 3.99x releases, but so much of the foundation of the code would have to be rewritten that you're better off making a new version. Currently, we are remaking this entire project to be cross platform, but that's further away than it is closer.

If someone really wanted to attempt this, they would need to go in and recreate all of the tools that are exe files and make them libraries. Since the project uses .Net Framework, you could get away with using it by utilizing Mono. If you wanted it to be a Linux executable, then you would need to convert the entire project to .Net and update the tools and libraries to be .Net Standard at the very least.