Sure would be lovely if Valve released a reverse-Proton so I can happily develop on Linux and never touch Windows again
@tccoxon how far can you get with mingw32 and so on? I mostly just rely on github actions these days to do my windows builds but I wonder if it’s possible to build a toolchain
@joel I tried a couple of years ago. Back then at least Godot 3 built with mingw had bugs VS builds didn't, and you've still gotta test on windows to find & debug them because wine is sometimes subtly different
@tccoxon yeah I guess there’s no getting away from testing on the platform if you’re gonna ship on it