Hacker News new | ask | show | jobs
by easygenes 1710 days ago
I tried doing some full-screen 3D engine development in SDL through WSL2 early this year, and stood up an X server for it. It didn't go well, so I blew away the WSL and tried running VMware Workstation 16. That was okay, but performance was surprisingly poor. I did some Googling and came to suspect that Hyper-V was the culprit. It was difficult, but I managed to extricate Hyper-V from my system and run the VMware Hypervisor instead. Performance is much better now and I don't have any complaints. Now I'm wondering how this graphical WSL setup compares though. Any experience using VMware Workstation to compare it?
1 comments

I have used SDL on Windows with VC++ since 20 years now, so why bother at all with WSL?
I do basically all my development in Linux. I just wanted to be able to also do some of that work on a particular Windows system sometimes.
Fair enough,

although cmake + vcpkg + vc work just fine, it even does up to C17 if that is more your thing (minus optional annexes).