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

  • runvnc@kbin.social
    link
    fedilink
    arrow-up
    2
    ·
    edit-2
    1 year ago

    Well, not the same thing but almost in the same general category these days could be WordPress. There are plugins that you can configure for just about any type of common application without having to do “actual programming”. Including drag-and-drop GUI builders. It’s not aimed at programmers but you can customize the plugins.

    Also it has a similar stigma for programmers as VB.

  • chamaeleon@kbin.social
    link
    fedilink
    arrow-up
    1
    ·
    1 year ago

    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.

    • Paul@feddit.dk
      link
      fedilink
      arrow-up
      1
      ·
      1 year ago

      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.

  • Knuppes@kbin.social
    link
    fedilink
    arrow-up
    1
    ·
    1 year ago

    Is that not just an ancient version/ancestor of visual studio with the Winforms GUI Framework?