Click here to Skip to main content
15,887,683 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Come on Microsoft! Pin
jschell20-Nov-23 8:05
jschell20-Nov-23 8:05 
GeneralRe: Come on Microsoft! Pin
honey the codewitch20-Nov-23 8:40
mvahoney the codewitch20-Nov-23 8:40 
GeneralWordle 883 Pin
Sandeep Mewara18-Nov-23 17:53
mveSandeep Mewara18-Nov-23 17:53 
GeneralRe: Wordle 883 - 3 4 me Pin
pkfox18-Nov-23 20:47
professionalpkfox18-Nov-23 20:47 
GeneralRe: Wordle 883 Pin
GKP199218-Nov-23 23:22
professionalGKP199218-Nov-23 23:22 
GeneralRe: Wordle 883 Pin
Cp-Coder19-Nov-23 10:04
Cp-Coder19-Nov-23 10:04 
GeneralRe: Wordle 883 5/6 Pin
jmaida19-Nov-23 14:45
jmaida19-Nov-23 14:45 
GeneralPySide vs. .NET WinForms for a Desktop GUI App in 2023? Pin
Prahlad Yeri18-Nov-23 21:15
Prahlad Yeri18-Nov-23 21:15 
Hello Folks,

For an upcoming side project - a Desktop GUI app, open source, Apache 2.0 licensed, I'm slightly confused regarding what technology to use.

Skills wise, C#/WinForms should be my natural choice as that was the primary technology I had worked on before losing employment at Tech Mahindra few years back and getting into freelancing. But post my freelance experience, I taught myself things like open source and Python as it came with the territory, and now PySide2 is also a running candidate in this race!

The goal here is to be as much ubiquitous as possible - that my app should be easy to just "download, extract and run" by as many people as possible. A couple decades ago, a .NET GUI library targeting Microsoft Windows platform would have been the clear choice here as most people used Windows OS and targeting that platform meant being ubiquitous.

But over the last few years, I've observed that Windows OS has been continuously losing its market share to Linux Distros and Mac OSX, mostly due to some incorrect decisions and strategic blunders by the former than some ground breaking or revolutionary innovation on part of the latter. This means .NET or WinForms is no longer the ideal choice today if you want to be cross-platform and ubiquitous.

This lead my research to some other toolkits like the Java Swing library, for example. It's old but classic, not a bad choice at all in this case, platform independence is Java's biggest selling point. However, the app I'm making is non-trivial and slightly performance intensive, and Swing GUIs are known to be sluggish on PCs unless you ensure a good supply of RAM by tweaking the JVM settings. I'm also not very experienced in Java to be able to handle those situations in case they arise.

I also considered Lazarus IDE/Object Pascal, it is also not a bad choice. It is open source, used as the primary course language across many Universities in Europe and most importantly, still maintained and developed. But guess I will have to teach myself a whole new paradigm along with a programming language in case I go this route.

Finally, Python is something I've almost settled on for this project. It's a language that I'm very fond of and it has helped me survive through the tough times in the freelance market. It also has a vibrant ecosystem and rich repository of user contributed packages like PyPI.

Now, I've worked on the default Tkinter library in past but somehow felt that it's quite limited in terms of making the GUI more flexible and "tweakable", especially a non-trivial one having several container widgets, syntax editors, menus and drop-downs, trees and list views, etc. PySide2 is, from what I understand, a better choice in this regard as it is comprehensive and based on the time-tested Qt interface. It is not only very easy to code and maintain but also very easy to port across various platforms.

What do you think? In which direction should I go here?

GeneralRe: PySide vs. .NET WinForms for a Desktop GUI App in 2023? Pin
Gerry Schmitz19-Nov-23 8:54
mveGerry Schmitz19-Nov-23 8:54 
GeneralRe: PySide vs. .NET WinForms for a Desktop GUI App in 2023? Pin
Lloyd Dupont19-Nov-23 12:51
Lloyd Dupont19-Nov-23 12:51 
GeneralRe: PySide vs. .NET WinForms for a Desktop GUI App in 2023? Pin
Ravi Bhavnani19-Nov-23 19:00
professionalRavi Bhavnani19-Nov-23 19:00 
Generalworldle 666 1/6 Pin
jmaida18-Nov-23 14:31
jmaida18-Nov-23 14:31 
Generala newbie question about copy right Pin
Southmountain18-Nov-23 8:59
Southmountain18-Nov-23 8:59 
GeneralRe: a newbie question about copy right (EDITED) Pin
Daniel Pfeffer18-Nov-23 9:13
professionalDaniel Pfeffer18-Nov-23 9:13 
GeneralRe: a newbie question about copy right Pin
trønderen18-Nov-23 9:51
trønderen18-Nov-23 9:51 
GeneralRe: a newbie question about copy right Pin
Amarnath S18-Nov-23 13:51
professionalAmarnath S18-Nov-23 13:51 
GeneralRe: a newbie question about copy right Pin
Gerry Schmitz18-Nov-23 16:37
mveGerry Schmitz18-Nov-23 16:37 
GeneralRe: a newbie question about copy right Pin
Daniel Pfeffer18-Nov-23 20:35
professionalDaniel Pfeffer18-Nov-23 20:35 
GeneralRe: a newbie question about copy right Pin
Peter Shaw20-Nov-23 10:36
professionalPeter Shaw20-Nov-23 10:36 
GeneralRe: a newbie question about copy right Pin
Southmountain18-Nov-23 11:06
Southmountain18-Nov-23 11:06 
GeneralRe: a newbie question about copy right Pin
Daniel Pfeffer18-Nov-23 11:42
professionalDaniel Pfeffer18-Nov-23 11:42 
GeneralRe: a newbie question about copy right Pin
James Curran21-Nov-23 7:46
James Curran21-Nov-23 7:46 
GeneralRe: a newbie question about copy right Pin
Peter Tn20-Nov-23 5:44
Peter Tn20-Nov-23 5:44 
GeneralRe: a newbie question about copy right Pin
dandy7218-Nov-23 9:39
dandy7218-Nov-23 9:39 
GeneralRe: a newbie question about copy right Pin
PIEBALDconsult18-Nov-23 13:18
mvePIEBALDconsult18-Nov-23 13:18 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.