DEV Community

LibertyImp
LibertyImp

Posted on

What languages are most commonly used for GUI development?

I'm interested in learning more about GUI as every program I have ever made has been in the terminal/command line. Where would you recommend a person interested in GUI development to start? Like always thank you all in advance 😁

Top comments (2)

Collapse
 
dabjazz profile image
Yash_Jaiswal

There is Java swing and Java FX.
You can try electron too. It uses JavaScript.
Then there is ASP.net using C#.
There's QT using C++.
Tk inter using python.

Collapse
 
abhishekraj272 profile image
Abhishek Raj

For windows, you can learn C++ or C#.
Though you can make apps using Python or Javascript but those are not recommend.