5

Anyone has experience with Linux desktop software development?
I'm gonna develop a GUI software that should work on most Linux distros.

What is the best way to develop for Linux? I'm not familiar with python, I would prefer C++. I've used gtk+ long time back. Is it still good, or are there better options nowadays?

Comments
  • 0
    gtk and qt are the biggest frameworks. GTK is the native for most desktops, where QT is more stable in the API.
  • 0
    @stop so I can develop using gtk and compile it for any popular distro and it should work?
  • 1
    @greenscar i think the packaging for rpm, dpkg, arch, .. is an greater problem.
  • 3
    Qt is more powerful, widespread and also works on other OS
Add Comment