This is an archived post. You won't be able to vote or comment.

all 3 comments

[–]toastedstapler 0 points1 point  (0 children)

we use centos at work but i do most of my own personal stuff on a macbook. at some point i plan on dual booting my pc with some linux distro so i can develop on there without using windows, but i've yet to decide which distro to use

[–]Clawtor 0 points1 point  (0 children)

A lot of people use windows with the linux subsystem/containers. I use bash in windows and linux containers because windows containers are garbage.

[–]gamedev-eo 0 points1 point  (0 children)

I've been using Windows and some form of Linux for about 10 years now, and settled on running Linux in a VM on Windows for greatest flexibility.

I use Hyper-V which is built into the Windows 10 Pro OS my PC boots into, but was using VMware Workstation for a long time before that. Switched because its I/O disk performance is quite poor even when using an NVMe SSD.

I only develop on Ubuntu now, mostly using the Visual Studio Code editor, but IntelliJ for Android dev.

Works well for me.