Just wanted to see if you guys knew of any IDEs or Extensions for any languages that make GUI programming a little easier, like Visual Basic.
See: Image
Just wanted to see if you guys knew of any IDEs or Extensions for any languages that make GUI programming a little easier, like Visual Basic.
See: Image
Since you said any language, you have Free Pascal and its gui editor Lazarus.
För wxWidgets and C++ you have wxFormBuilder.
The Glade editor for gtk3 programs (C, C++, or whatever language one might use). (edit: just a gui editor that is used separately from whatever IDE or editor you write your code in)
Eclipse and WindowBuilder for Java.
You are missing the best one. If you want to make great GUIs there really is no substitute for Qt with Qt Creator. Nice GUI editor as you are used to in VS, C++ with the best documentation I’ve seen in anything open source. Qt was the GUI toolkit that got me hooked on C++ back in the day. (https://www.qt.io/download) Be aware there is a commercial and an open source version but you can relatively easily get the open source one from the online installer.