Is the switch over to Linux worth it regarding Synfig devolopment

I have been using windows for a couple of months now and it was a hassle. I first tried to use Netbeans but had to redownload an older version because of a bug and even after it didn’t end up working well. so I switched over to qt creator and till now it’s not even set up correctly it just mostly functions as a text editor xd. Also, the build process of synfig was filled with errors and took longer because of that.

The thing is I have a dual boot system and I actually have Linux ubuntu set up. so would it be better to move there? especially considering I will be working on my large project during the summer and having a legitimately set up IDE would be very beneficial if not necessary for being more efficient.

So to summarise, would the move be beneficial or is this just a “grass is greener on the other side type thing”.

1 Like

I think the grass is greener on the Linux side right now. :eyes:

2 Likes

Like a lot of devs I was using Windows a bit “by obligation”, as most of enterprises use Windows
I switched fully to Linux (Ubuntu) a bit more than 3 years ago.
I don’t regret it, even before I was doing development in VirtualBox (Fedora).
For Windows version of binaries, cross-compilation works fine and with the dual boot you can still check the validity of your work.
In Linux, you don’t have all the limitations of Windows, you can run most of Windows apps in Wine/Bottles too.
Especially for development in open-source it is perfect, a bit of Docker/Podman to build your dev environments and it’s fine.
Windows stays by nature on the side of proprietary/DRM tools, you have to spend your life to solve the conséquences of bad system updates…

Also most of the applications and tools I was using under Windows were… to compensate the missing parts of the OS :stuck_out_tongue:

Just go Linux

P.S.: Just put the data you want to share between Windows and Linux on a NTFS partition

5 Likes

alright then I’m even more convinced now that I should make the switch xd, it does seem to be greener on the linux side.

P.S. thanks for the reply, was very helpful.

1 Like

About a year later I can’t remember how I was living before Linux lmao. It’s just so much better in almost everything. The only downsides were that sometimes certain programs I needed weren’t available on Linux (visual studio, and embedded related stuff like for example atmel studio), but that’s why a dual boot is great so that in these cases I can just run them from Windows when I need to (which is not alot).

1 Like

Does Visual Studio Code useful for you? https://code.visualstudio.com/ Available on Linux too.

1 Like

Oh yes definitely, vscode is my go-to for any type of web development. I mostly just needed visual studio itself for a little while I was working on a .net core project and using visual studio for it was just more natural and had all the tools and stuff with no pre-configuration (+ I had to test for Windows anyways).

My favorite/go-to IDEs per language now are as follows:

  • C++ : QtCreator, although I think there are other better ones but I use Qt quite frequently so it’s less work that way xD.
  • Java: IntelliJ IDEA, honestly I wish QtCreator was this good lol the auto-completion and everything just makes development a lot faster
  • C#: Visual Studio, similar to IntelliJ very good development experience only downside is well I have to switch to windows for it lol.
  • javascript/web-dev: vscode.